PropertyConstraint.ResolveResult Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| Failed | The value violates the policy |
| Passed | The value does not violate the policy |
| PassWithChanges | The 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