Enumerates logical operations.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public enum LogicalOperationEnum
Visual Basic (Declaration)
Public Enumeration LogicalOperationEnum

Members

Member nameDescription
Or Represents the "OR" logical operation.
And Represents the "AND" logical operation.

See Also