PropConstrTyp Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Property constraint types.
Syntax
public enum PropConstrTyp : System.Enum Public Enum PropConstrTyp
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Case | The way upper and lower case characters are used. Only applies to string properties. |
| EnforceListOfValues | Tells if the value needs to match the defined list of values. Only applies to string and numeric properties. |
| MaximumDate | The maximum date. Only applies to date properties. |
| MaximumLength | The maximum length. Only applies to string properties. |
| MaximumValue | The maximum value. Only applies to numeric properties. |
| MinimumDate | The minimum date. Only applies to date properties. |
| MinimumLength | The minimum length. Only applies to string properties. |
| MinimumValue | The minimum value. Only applies to numeric properties. |
| RequiresValue | Tells if a null value is allowed. |
Returned By
Where you get a PropConstrTyp — members that return one.
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.PropConstrTyp