LogicalOperator
Enum
The logical operator of the property metadata.
Definition
Namespace:Telerik.Windows.Persistence.SerializationMetadata
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
C#
public enum LogicalOperator
Fields
Represents the And logical operator.
C#
And = 0
Represents the Or logical operator.
C#
Or = 1