| UnresolvedFilterExpressionFixedFieldInfo Constructor |
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic FixedFieldInfo(
FixedField field,
UnresolvedFilterExpressionDbTable table,
string column,
IEnumerable<Type> allowedTypes,
IEnumerable<ExpInnerOperator> allowedOperators,
bool valuesAreIds = false,
ConfigurationObjectType idType = ConfigurationObjectType.DataObject
)
Parameters
- field
- Type: Omada.OE.ModelFixedField
- table
- Type: Omada.OE.ModelUnresolvedFilterExpressionDbTable
- column
- Type: SystemString
- allowedTypes
- Type: System.Collections.GenericIEnumerableType
- allowedOperators
- Type: System.Collections.GenericIEnumerableExpInnerOperator
- valuesAreIds (Optional)
- Type: SystemBoolean
- idType (Optional)
- Type: Omada.OE.ModelConfigurationObjectType
See Also