Class FilterParameter
{InverseExpression} ( {Name} {ExpressionType} {Value} )
Inheritance
↳ object
↳ FilterParameter
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class FilterParameter
Properties
Name
Name of property Assignment
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
Value
Value for checking
Declarationpublic object Value { get; set; }
Type | Description |
---|---|
object |
InverseExpression
inversion of the result
Declarationpublic bool InverseExpression { get; set; }
Type | Description |
---|---|
bool |
ExpressionType
check type
Declarationpublic FilterExpressionType ExpressionType { get; set; }
Type | Description |
---|---|
FilterExpressionType |