BinaryOperator Constructors
A logical expression which consists of a BinaryOperatorType operation between two operands.Name | Parameters | Description |
---|---|---|
BinaryOperator() | none | Initializes a new instance of the BinaryOperator class. |
BinaryOperator(CriteriaOperator, CriteriaOperator, BinaryOperatorType) | opLeft, opRight, type | Initializes a new instance of the BinaryOperator class with the specified left and right operands and binary operator type. |
BinaryOperator(String, Boolean, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Boolean value. |
BinaryOperator(String, Boolean) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the Boolean value. |
BinaryOperator(String, Byte, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Byte value. |
BinaryOperator(String, Byte) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the Byte value. |
BinaryOperator(String, Byte[], BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Byte values. |
BinaryOperator(String, Byte[]) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to an array of Byte values. |
BinaryOperator(String, Char, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Char value. |
BinaryOperator(String, Char) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the Char value. |
BinaryOperator(String, DateOnly, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator compares values of the specified property and the DateOnly value. |
BinaryOperator(String, DateOnly) | propertyName, value | Initializes a new instance of the BinaryOperator class that compares values of the specified property and the DateOnly value. |
BinaryOperator(String, DateTime, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified DateTime value. |
BinaryOperator(String, DateTime) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the DateTime value. |
BinaryOperator(String, Decimal, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Decimal value. |
BinaryOperator(String, Decimal) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the Decimal value. |
BinaryOperator(String, Double, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Double value. |
BinaryOperator(String, Double) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to Double values. |
BinaryOperator(String, Guid, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Guid value. |
BinaryOperator(String, Guid) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the Guid value. |
BinaryOperator(String, Int16, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Int16 value. |
BinaryOperator(String, Int16) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the Int16 value. |
BinaryOperator(String, Int32, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified integer value. |
BinaryOperator(String, Int32) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to integer values. |
BinaryOperator(String, Int64, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified Int64 value. |
BinaryOperator(String, Int64) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the Int64 value. |
BinaryOperator(String, Object, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of the binary operator. |
BinaryOperator(String, Object) | propertyName, value | Initializes a new instance of the BinaryOperator class. |
BinaryOperator(String, Single, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of the binary operator. This binary operator is used to compare the values of the specified property to the specified Single value. |
BinaryOperator(String, Single) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to String values. |
BinaryOperator(String, String, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified String value. |
BinaryOperator(String, String) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the String value. |
BinaryOperator(String, TimeOnly, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator compares values of the specified property and the TimeOnly value. |
BinaryOperator(String, TimeOnly) | propertyName, value | Initializes a new instance of the BinaryOperator class that compares values of the specified property and the TimeOnly value. |
BinaryOperator(String, TimeSpan, BinaryOperatorType) | propertyName, value, type | Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified TimeSpan value. |
BinaryOperator(String, TimeSpan) | propertyName, value | Initializes a new instance of the BinaryOperator class which is used to compare the values of the specified property to the TimeSpan value. |
See Also