Autodesk Vault ProfessionalVault API

PropertyConstraint.ResolveResult Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

The result of a PropertyConstraint.Resolve operation on a contraint object.

Syntax

public enum PropertyConstraint.ResolveResult : System.Enum 
Public Enum PropertyConstraint.ResolveResult
   Inherits System.Enum

Members

MemberDescription
FailedThe value violates the policy
PassedThe value does not violate the policy
PassWithChangesThe value violates the policy, but it can pass with the recommended changes (ie. converting a string to upper case)

Inheritance Hierarchy

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

See Also