Property | Type | Description | |
---|---|---|---|
CompiledRulesAssemblyPath | string |
Property | Type | Description | |
---|---|---|---|
ExtractCompiledAssemblyFile | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetParam ( string name, float defaultValue ) : float | ||
GetParam ( string name, int defaultValue ) : int | ||
GetParam ( string name, string defaultValue ) : string | ||
Load ( ) : void | ||
RuleEngine ( DataContext context ) : System | ||
Run ( ) : void |
Method | Description | |
---|---|---|
ExtractCompiledAssemblyFile ( ) : void |
public GetParam ( string name, float defaultValue ) : float | ||
name | string | |
defaultValue | float | |
return | float |
public GetParam ( string name, int defaultValue ) : int | ||
name | string | |
defaultValue | int | |
return | int |
public GetParam ( string name, string defaultValue ) : string | ||
name | string | |
defaultValue | string | |
return | string |
public RuleEngine ( DataContext context ) : System | ||
context | DataContext | |
return | System |