Esempio n. 1
0
 public sCallRegexCondition(CallRegexConditionTypes type, sFieldRegexPair[] regexes, ICallAction[] actions, ICallAction[] antiActions, CallConditionBreakTypes?breakType)
 {
     _type        = type;
     _regexes     = regexes;
     _actions     = (actions == null ? new ICallAction[0] : actions);
     _antiActions = (antiActions == null ? new ICallAction[0] : antiActions);
     _break       = breakType;
 }
Esempio n. 2
0
 public sCallRegexCondition(CallRegexConditionTypes type,sFieldRegexPair[] regexes,ICallAction[] actions,ICallAction[] antiActions,CallConditionBreakTypes? breakType){
     _type=type;
     _regexes=regexes;
     _actions = (actions == null ? new ICallAction[0] : actions);
     _antiActions = (antiActions == null ? new ICallAction[0] : antiActions);
     _break=breakType;
 }