Autodesk Vault ProfessionalVault API

PropertyConstraintType Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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.Enum

Members

MemberDescription
CaseA policy the enforces case sensitivity requirements on a text value (ie. Text must be in all upper case)
EnforceListOfValuesA policy that enforces whether property values must be contained to those values defined in a List Of Values.
MaximumDateA policy that enforces that date values have a maximum value (ie. Date Less Than 01/01/2020)
MaximumLengthA policy that enforces that text values have a maximum length (ie. Text Length is No More Than 10)
MaximumValueA policy that enforces that numeric values have a maximum value (ie. Number Less Than 10)
MinimumDateA policy that enforces that date values have a minimum value (ie. Date Greater Than 01/01/2010)
MinimumLengthA policy that enforces that text values have a minimum length (ie. Text Length is At Least 5)
MinimumValueA policy that enforces that numeric values have a minimum value (ie. Number Greater Than 5)
RequiresValueA policy that enforces whether or not property values are required.

Returned By

Where you get a PropertyConstraintType — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyConstraintType

See Also