[]
        
(Showing Draft Content)

C1.GanttView.TestOperators

TestOperators Class

This class holds all reference to all BaseTestOperator objects.

Inheritance
TestOperators
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public static class TestOperators

Properties

Name Description
Contain

Gets the ContainOperator object.

ContainExactly

Gets the ContainExactlyOperator object.

DoesNotContain

Gets the DoesNotContainOperator object.

DoesNotEqual

Gets the DoesNotEqualOperator object.

Equal

Gets the EqualOperator object.

IsGreaterThan

Gets the IsGreaterThanOperator object.

IsGreaterThanOrEqualTo

Gets the IsGreaterThanOrEqualToOperator object.

IsLessThan

Gets the IsLessThanOperator object.

IsLessThanOrEqualTo

Gets the IsLessThanOrEqualToOperator object.

IsNotWithin

Gets the IsNotWithinOperator object.

IsWithin

Gets the IsWithinOperator object.