Class LogicalOperator
The logical operator of the property metadata.
Inheritance
System.Object
LogicalOperator
Namespace: Telerik.Windows.Persistence.SerializationMetadata
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public sealed class LogicalOperator : Enum
Fields
And
Represents the And logical operator.
Declaration
public const LogicalOperator And
Field Value
LogicalOperator
|
Or
Represents the Or logical operator.
Declaration
public const LogicalOperator Or
Field Value
LogicalOperator
|
value__
Declaration
public int value__
Field Value
System.Int32
|