Method | Description | |
---|---|---|
AddAction ( |
||
CheckConditionNameExists ( |
||
CopyAction ( |
||
CopyCondition ( |
||
CreateDraftFromExisting ( |
||
CreateNewCondition ( |
||
CreateNewDraft ( String ruleName, RuleSetType type, String ApiToken, String ApiServer ) : |
||
CreateNewDraftFromExisting ( |
||
DeleteAction ( |
||
DeleteCondition ( |
||
DeleteRuleById ( |
||
GetActionOptions ( ActionType type, String ApiToken, String ApiServer ) : List |
||
GetActionTypes ( RuleSetType type, String ApiToken, String ApiServer ) : List |
||
GetConditionWeb ( |
||
GetEvaluationFields ( RuleSetType type, String ApiToken, String ApiServer ) : List |
||
GetEvaluatorTypes ( String ApiToken, String ApiServer ) : List |
||
GetKeyOptions ( RuleSetType type, String fieldName, String ApiToken, String ApiServer ) : List |
||
GetMultiKeyOptions ( RuleSetType type, List |
||
GetMultiOptions ( RuleSetType type, List |
||
GetOptions ( String fieldName, RuleSetType type, String key, String ApiToken, String ApiServer ) : List |
||
GetRequiredFieldsByRuleId ( |
||
GetRequiredFieldsByType ( RuleSetType type, String ApiToken, String ApiServer ) : |
||
GetRuleConditionNodes ( |
||
GetRules ( String ApiToken, String ApiServer ) : List |
||
GetRulesByType ( RuleSetType type, String ApiToken, String ApiServer ) : List |
||
GetValuesFromExisting ( |
||
SaveConditionChanges ( |
||
SetConditionEnabled ( |
||
SetDraftLive ( |
||
SetRuleEnabled ( |
||
SetRuleName ( |
||
SwapConditions ( |
||
SwapRules ( |
||
TestEvaluateRule ( List |
||
UpdateAction ( |
public static AddAction ( |
||
action | ||
ApiToken | String | |
ApiServer | String | |
return |
public static CheckConditionNameExists ( |
||
fkRuleId | ||
fkConditionId | ||
excludeConditionId | ||
conditionName | String | |
ApiToken | String | |
ApiServer | String | |
return | System.Boolean |
public static CopyAction ( |
||
pkRuleId | ||
targetParentConditionId | ||
pkActionId | ||
ApiToken | String | |
ApiServer | String | |
return |
public static CopyCondition ( |
||
pkRuleId | ||
targetParentConditionId | ||
pkConditionId | ||
includeChildren | System.Boolean | |
includeActions | System.Boolean | |
ApiToken | String | |
ApiServer | String | |
return |
public static CreateDraftFromExisting ( |
||
pkRuleId | ||
ApiToken | String | |
ApiServer | String | |
return |
public static CreateNewCondition ( |
||
header | ||
ApiToken | String | |
ApiServer | String | |
return |
public static CreateNewDraft ( String ruleName, RuleSetType type, String ApiToken, String ApiServer ) : |
||
ruleName | String | |
type | RuleSetType | |
ApiToken | String | |
ApiServer | String | |
return |
public static CreateNewDraftFromExisting ( |
||
pkRuleId | ||
ruleName | String | |
ApiToken | String | |
ApiServer | String | |
return |
public static DeleteAction ( |
||
pkActionId | ||
ApiToken | String | |
ApiServer | String | |
return | void |
public static DeleteCondition ( |
||
pkConditionId | ||
ApiToken | String | |
ApiServer | String | |
return | void |
public static DeleteRuleById ( |
||
pkRuleId | ||
ApiToken | String | |
ApiServer | String | |
return | void |
public static GetActionOptions ( ActionType type, String ApiToken, String ApiServer ) : List |
||
type | ActionType | |
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetActionTypes ( RuleSetType type, String ApiToken, String ApiServer ) : List |
||
type | RuleSetType | |
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetConditionWeb ( |
||
pkConditionId | ||
ApiToken | String | |
ApiServer | String | |
return |
public static GetEvaluationFields ( RuleSetType type, String ApiToken, String ApiServer ) : List |
||
type | RuleSetType | |
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetEvaluatorTypes ( String ApiToken, String ApiServer ) : List |
||
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetKeyOptions ( RuleSetType type, String fieldName, String ApiToken, String ApiServer ) : List |
||
type | RuleSetType | |
fieldName | String | |
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetMultiKeyOptions ( RuleSetType type, List |
||
type | RuleSetType | |
fieldNames | List |
|
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetMultiOptions ( RuleSetType type, List |
||
type | RuleSetType | |
fieldKeys | List |
|
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetOptions ( String fieldName, RuleSetType type, String key, String ApiToken, String ApiServer ) : List |
||
fieldName | String | |
type | RuleSetType | |
key | String | |
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetRequiredFieldsByRuleId ( |
||
pkRuleId | ||
ApiToken | String | |
ApiServer | String | |
return |
public static GetRequiredFieldsByType ( RuleSetType type, String ApiToken, String ApiServer ) : |
||
type | RuleSetType | |
ApiToken | String | |
ApiServer | String | |
return |
public static GetRuleConditionNodes ( |
||
pkRuleId | ||
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetRules ( String ApiToken, String ApiServer ) : List |
||
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetRulesByType ( RuleSetType type, String ApiToken, String ApiServer ) : List |
||
type | RuleSetType | |
ApiToken | String | |
ApiServer | String | |
return | List |
public static GetValuesFromExisting ( |
||
pkRuleId | ||
id | Object | |
ApiToken | String | |
ApiServer | String | |
return | List |
public static SaveConditionChanges ( |
||
conditionHeader | ||
ApiToken | String | |
ApiServer | String | |
return | void |
public static SetConditionEnabled ( |
||
pkConditionId | ||
enabled | System.Boolean | |
ApiToken | String | |
ApiServer | String | |
return | void |
public static SetDraftLive ( |
||
pkRuleId | ||
ApiToken | String | |
ApiServer | String | |
return | Int32? |
public static SetRuleEnabled ( |
||
pkRuleId | ||
enabled | System.Boolean | |
ApiToken | String | |
ApiServer | String | |
return | void |
public static SetRuleName ( |
||
pkRuleId | ||
ruleName | String | |
ApiToken | String | |
ApiServer | String | |
return | void |
public static SwapConditions ( |
||
pkConditionId1 | ||
pkConditionId2 | ||
ApiToken | String | |
ApiServer | String | |
return | void |
public static SwapRules ( |
||
pkRuleId1 | ||
pkRuleId2 | ||
ApiToken | String | |
ApiServer | String | |
return | void |
public static TestEvaluateRule ( List |
||
testValues | List |
|
pkRuleId | ||
ApiToken | String | |
ApiServer | String | |
return |
public static UpdateAction ( |
||
action | ||
ApiToken | String | |
ApiServer | String | |
return | void |