PropertyConstraintType Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties
This type represents the list of available Property Polcies that can be assigned to PropertyDefinition objects.
Syntax
public enum PropertyConstraintType : System.Enum Public Enum PropertyConstraintType
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Case | A policy the enforces case sensitivity requirements on a text value (ie. Text must be in all upper case) |
| EnforceListOfValues | A policy that enforces whether property values must be contained to those values defined in a List Of Values. |
| MaximumDate | A policy that enforces that date values have a maximum value (ie. Date Less Than 01/01/2020) |
| MaximumLength | A policy that enforces that text values have a maximum length (ie. Text Length is No More Than 10) |
| MaximumValue | A policy that enforces that numeric values have a maximum value (ie. Number Less Than 10) |
| MinimumDate | A policy that enforces that date values have a minimum value (ie. Date Greater Than 01/01/2010) |
| MinimumLength | A policy that enforces that text values have a minimum length (ie. Text Length is At Least 5) |
| MinimumValue | A policy that enforces that numeric values have a minimum value (ie. Number Greater Than 5) |
| RequiresValue | A policy that enforces whether or not property values are required. |
Returned By
Where you get a PropertyConstraintType — members that return one.
- CaseSensitivityConstraint.ConstraintType
- EnforceListOfValuesConstraint.ConstraintType
- MaximumDateConstraint.ConstraintType
- MaximumLengthConstraint.ConstraintType
- MaximumValueConstraint.ConstraintType
- MinimumDateConstraint.ConstraintType
- MinimumLengthConstraint.ConstraintType
- MinimumValueConstraint.ConstraintType
- PropertyConstraint.ConstraintType
- RequiresValueConstraint.ConstraintType
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyConstraintType