Autodesk Vault ProfessionalVault API

PropConstrTyp Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Property constraint types.

Syntax

public enum PropConstrTyp : System.Enum 
Public Enum PropConstrTyp
   Inherits System.Enum

Members

MemberDescription
CaseThe way upper and lower case characters are used. Only applies to string properties.
EnforceListOfValuesTells if the value needs to match the defined list of values. Only applies to string and numeric properties.
MaximumDateThe maximum date. Only applies to date properties.
MaximumLengthThe maximum length. Only applies to string properties.
MaximumValueThe maximum value. Only applies to numeric properties.
MinimumDateThe minimum date. Only applies to date properties.
MinimumLengthThe minimum length. Only applies to string properties.
MinimumValueThe minimum value. Only applies to numeric properties.
RequiresValueTells 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

See Also