Method | Description | |
---|---|---|
AddEnvironment ( System.Guid id, IExecutionEnvironment env ) : void | ||
ExecuteDecisionStack ( string decisionDataPayload, IList |
Executes the decision stack.
|
|
FetchDataListID ( IList |
Fetches the data list ID.
|
|
FetchSwitchData ( string variableName, IList |
Fetches the switch data.
|
|
RemoveEnvironment ( System.Guid id ) : void |
Method | Description | |
---|---|---|
EvaluateRegion ( string payload, System.Guid dlId, int update ) : |
Evaluates the region.
|
|
FetchStackValue ( |
Fetches the stack value.
|
|
GetWarewolfEvalResult ( IExecutionEnvironment env, string col, int update ) : WarewolfDataEvaluationCommon.WarewolfEvalResult | ||
ResolveAllRecords ( IExecutionEnvironment env, |
public AddEnvironment ( System.Guid id, IExecutionEnvironment env ) : void | ||
id | System.Guid | |
env | IExecutionEnvironment | |
return | void |
public ExecuteDecisionStack ( string decisionDataPayload, IList |
||
decisionDataPayload | string | The decision data payload. |
oldAmbientData | IList |
The old ambient data. |
update | int | |
return | bool |
public FetchDataListID ( IList |
||
oldAmbientData | IList |
The old ambient data. |
return | System.Guid |
public FetchSwitchData ( string variableName, IList |
||
variableName | string | Name of the variable. |
oldAmbientData | IList |
The old ambient data. |
return | string |
public RemoveEnvironment ( System.Guid id ) : void | ||
id | System.Guid | |
return | void |