Метод | Описание | |
---|---|---|
AddError ( string error ) : void | ||
ApplyUpdate ( string expression, DataASTMutable.WarewolfAtom>.Func |
||
Assign ( string exp, string value, int update ) : void | ||
AssignDataShape ( string p ) : void | ||
AssignUnique ( IEnumerable |
||
AssignWithFrame ( IAssignValue values, int update ) : void | ||
CommitAssign ( ) : void | ||
ConvertToIndex ( string outputVar, int i ) : string | ||
EnvalWhere ( string expression, bool>.Func |
||
Eval ( string exp, int update, bool throwsifnotexists = false ) : WarewolfDataEvaluationCommon.WarewolfEvalResult | ||
EvalAsList ( string expression, int update, bool throwsifnotexists = false ) : IEnumerable |
||
EvalAsListOfStrings ( string expression, int update ) : IList |
||
EvalAssignFromNestedLast ( string exp, WarewolfDataEvaluationCommon recsetResult, int update ) : void | ||
EvalAssignFromNestedNumeric ( string exp, WarewolfDataEvaluationCommon recsetResult, int update ) : void | ||
EvalAssignFromNestedStar ( string exp, WarewolfDataEvaluationCommon recsetResult, int update ) : void | ||
EvalDelete ( string exp, int update ) : void | ||
EvalForDataMerge ( string exp, int update ) : IEnumerable |
||
EvalForJson ( string exp ) : WarewolfDataEvaluationCommon.WarewolfEvalResult | ||
EvalRecordSetIndexes ( string recordsetName, int update ) : IList |
||
EvalStrict ( string exp, int update ) : WarewolfDataEvaluationCommon.WarewolfEvalResult | ||
EvalToExpression ( string exp, int update ) : string | ||
ExecutionEnvironment ( ) : System | ||
FetchErrors ( ) : string | ||
GetCount ( string recordSetName ) : int | ||
GetLength ( string recordSetName ) : int | ||
GetPositionColumnExpression ( string recordset ) : string | ||
HasErrors ( ) : bool | ||
HasRecordSet ( string recordsetName ) : bool | ||
IsNothing ( WarewolfDataEvaluationCommon evalInp1 ) : bool | ||
IsRecordSetName ( string a ) : bool | ||
IsRecordsetIdentifier ( string assignVar ) : bool | ||
IsScalar ( string assignVar ) : bool | ||
IsValidRecordSetIndex ( string exp ) : bool | ||
IsValidVariableExpression ( string expression, string &errorMessage, int update ) : bool | ||
SortRecordSet ( string sortField, bool descOrder, int update ) : void | ||
ToStar ( string expression ) : string | ||
WarewolfAtomToString ( DataASTMutable a ) : string | ||
WarewolfAtomToStringErrorIfNull ( DataASTMutable a ) : string | ||
WarewolfAtomToStringNullAsNothing ( DataASTMutable a ) : string | ||
WarewolfEvalResultToString ( WarewolfDataEvaluationCommon result ) : string |
Метод | Описание | |
---|---|---|
AssignWithFrameAndList ( string assignValue, WarewolfAtomList |
public ApplyUpdate ( string expression, DataASTMutable.WarewolfAtom>.Func |
||
expression | string | |
clause | DataASTMutable.WarewolfAtom>.Func | |
update | int | |
Результат | void |
public Assign ( string exp, string value, int update ) : void | ||
exp | string | |
value | string | |
update | int | |
Результат | void |
public AssignDataShape ( string p ) : void | ||
p | string | |
Результат | void |
public AssignUnique ( IEnumerable |
||
distinctList | IEnumerable |
|
valueList | IEnumerable |
|
resList | IEnumerable |
|
update | int | |
Результат | void |
public AssignWithFrame ( IAssignValue values, int update ) : void | ||
values | IAssignValue | |
update | int | |
Результат | void |
public static ConvertToIndex ( string outputVar, int i ) : string | ||
outputVar | string | |
i | int | |
Результат | string |
public EnvalWhere ( string expression, bool>.Func |
||
expression | string | |
clause | bool>.Func | |
update | int | |
Результат | IEnumerable |
public Eval ( string exp, int update, bool throwsifnotexists = false ) : WarewolfDataEvaluationCommon.WarewolfEvalResult | ||
exp | string | |
update | int | |
throwsifnotexists | bool | |
Результат | WarewolfDataEvaluationCommon.WarewolfEvalResult |
public EvalAsList ( string expression, int update, bool throwsifnotexists = false ) : IEnumerable |
||
expression | string | |
update | int | |
throwsifnotexists | bool | |
Результат | IEnumerable |
public EvalAsListOfStrings ( string expression, int update ) : IList |
||
expression | string | |
update | int | |
Результат | IList |
public EvalAssignFromNestedLast ( string exp, WarewolfDataEvaluationCommon recsetResult, int update ) : void | ||
exp | string | |
recsetResult | WarewolfDataEvaluationCommon | |
update | int | |
Результат | void |
public EvalAssignFromNestedNumeric ( string exp, WarewolfDataEvaluationCommon recsetResult, int update ) : void | ||
exp | string | |
recsetResult | WarewolfDataEvaluationCommon | |
update | int | |
Результат | void |
public EvalAssignFromNestedStar ( string exp, WarewolfDataEvaluationCommon recsetResult, int update ) : void | ||
exp | string | |
recsetResult | WarewolfDataEvaluationCommon | |
update | int | |
Результат | void |
public EvalDelete ( string exp, int update ) : void | ||
exp | string | |
update | int | |
Результат | void |
public EvalForDataMerge ( string exp, int update ) : IEnumerable |
||
exp | string | |
update | int | |
Результат | IEnumerable |
public EvalForJson ( string exp ) : WarewolfDataEvaluationCommon.WarewolfEvalResult | ||
exp | string | |
Результат | WarewolfDataEvaluationCommon.WarewolfEvalResult |
public EvalRecordSetIndexes ( string recordsetName, int update ) : IList |
||
recordsetName | string | |
update | int | |
Результат | IList |
public EvalStrict ( string exp, int update ) : WarewolfDataEvaluationCommon.WarewolfEvalResult | ||
exp | string | |
update | int | |
Результат | WarewolfDataEvaluationCommon.WarewolfEvalResult |
public EvalToExpression ( string exp, int update ) : string | ||
exp | string | |
update | int | |
Результат | string |
public GetCount ( string recordSetName ) : int | ||
recordSetName | string | |
Результат | int |
public GetLength ( string recordSetName ) : int | ||
recordSetName | string | |
Результат | int |
public static GetPositionColumnExpression ( string recordset ) : string | ||
recordset | string | |
Результат | string |
public HasRecordSet ( string recordsetName ) : bool | ||
recordsetName | string | |
Результат | bool |
public static IsNothing ( WarewolfDataEvaluationCommon evalInp1 ) : bool | ||
evalInp1 | WarewolfDataEvaluationCommon | |
Результат | bool |
public static IsRecordSetName ( string a ) : bool | ||
a | string | |
Результат | bool |
public static IsRecordsetIdentifier ( string assignVar ) : bool | ||
assignVar | string | |
Результат | bool |
public static IsScalar ( string assignVar ) : bool | ||
assignVar | string | |
Результат | bool |
public static IsValidRecordSetIndex ( string exp ) : bool | ||
exp | string | |
Результат | bool |
public static IsValidVariableExpression ( string expression, string &errorMessage, int update ) : bool | ||
expression | string | |
errorMessage | string | |
update | int | |
Результат | bool |
public SortRecordSet ( string sortField, bool descOrder, int update ) : void | ||
sortField | string | |
descOrder | bool | |
update | int | |
Результат | void |
public ToStar ( string expression ) : string | ||
expression | string | |
Результат | string |
public static WarewolfAtomToString ( DataASTMutable a ) : string | ||
a | DataASTMutable | |
Результат | string |
public static WarewolfAtomToStringErrorIfNull ( DataASTMutable a ) : string | ||
a | DataASTMutable | |
Результат | string |
public static WarewolfAtomToStringNullAsNothing ( DataASTMutable a ) : string | ||
a | DataASTMutable | |
Результат | string |
public static WarewolfEvalResultToString ( WarewolfDataEvaluationCommon result ) : string | ||
result | WarewolfDataEvaluationCommon | |
Результат | string |