Click or drag to resize
Grid Solutions Framework

DynamicCalculatorImports Property

Gets or sets the list of types which define methods to be imported into the expression parser.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")]
public string Imports { get; set; }
View Source

Property Value

String
See Also