Enumerates logical operations.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public enum LogicalOperationEnum |
Visual Basic (Declaration) |
---|
Public Enumeration LogicalOperationEnum |
Members
Member name | Description | |
---|---|---|
Or | Represents the "OR" logical operation. | |
And | Represents the "AND" logical operation. |