CondOpers Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Condition operators.
Syntax
public enum CondOpers : System.Enum Public Enum CondOpers
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Contains | |
| DoesNotContain | |
| DoesNotEndWith | |
| DoesNotStartWith | |
| EndsWith | |
| EqualTo | |
| GreaterThan | |
| GreaterThanOrEqualTo | |
| IsEmpty | |
| IsNotEmpty | |
| LessThan | |
| LessThanOrEqualTo | |
| NotEqualTo | |
| StartsWith |
Returned By
Where you get a CondOpers — members that return one.
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.CondOpers