Class: AifCriteriaElement

class AifCriteriaElement implements SysPackable

Show all method summaries

Constructor Method

+protected void new()

Public Static Methods

+public static AifCriteriaElement create(container _criteriaElementContainer)
+public static AifCriteriaElement newCriteriaElement(str _dataSourceName, fieldName _fieldName, AifCriteriaOperator _operator, str _value1, str _value2 = "")

Public Instance Methods

+public str getDataSourceName()
+public fieldName getFieldName()
+public AifCriteriaOperator getOperator()
+public str getValue1()
+public str getValue2()
+public container pack()
+public boolean unpack(container packedClass)

Protected Static Methods

+protected static AifCriteriaElement construct()

Protected Instance Methods

+protected str parmDataSourceName(str _dataSourceName = dataSourceName)
+protected fieldName parmFieldName(fieldName _fieldName = fieldName)
+protected AifCriteriaOperator parmOperator(AifCriteriaOperator _operator = operator)
+protected str parmValue1(str _value1 = value1)
+protected str parmValue2(str _value2 = value2)

Generated by AX Doc Generator v. 0.7.1 on 03 Mar 2009
AX Doc Generator is licensed under the MIT License. Dynamics AX is a registered trademark of Microsoft Corporation.