|
DynamicCalculatorImports Property
|
Gets or sets the list of types which define
methods to be imported into the expression parser.
Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute("AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")]
public string Imports { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute("AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")>
Public Property Imports As String
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")]
property String^ Imports {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("AssemblyName=mscorlib, TypeName=System.Math; AssemblyName=mscorlib, TypeName=System.DateTime; AssemblyName=DynamicCalculator, TypeName=DynamicCalculator.AggregateFunctions")>]
member Imports : string with get, set
function get_Imports();
function set_Imports(value);
View SourceProperty Value
StringSee Also