Skip to main content

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

Syntax
public class FilterParameter

Properties

Name

Name of property Assignment

Declaration
public string Name { get; set; }
Property value
TypeDescription
string

Value

Value for checking

Declaration
public object Value { get; set; }
Property value
TypeDescription
object

InverseExpression

inversion of the result

Declaration
public bool InverseExpression { get; set; }
Property value
TypeDescription
bool

ExpressionType

check type

Declaration
public FilterExpressionType ExpressionType { get; set; }
Property value
TypeDescription
FilterExpressionType

Extension Methods