Autodesk Vault ProfessionalVault API

EntClassPropCfg Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The supported property features within an entity class.

Syntax

public class EntClassPropCfg 
Public Class EntClassPropCfg 

Properties

NameDescription
CtntSrcMapIf true, the user defined properties can be mapped to a content source property.
CtntSrcMapTypesThe content source property definition types supported for the mapping.
EquivIf true, the system can report if a user defined property value is not equivalent to a mapped content source property. If false, the system will not detect if the values are equivalent or not.
PolicyIf true, the system supports property constraints. If false, the system does not support property constraints.
SearchableIf true the properties are searchable. If false, the properties cannot be searched.
VisibleIf true, the properties are visible. If false, the properties are hidden.

Returned By

Where you get a EntClassPropCfg — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.EntClassPropCfg

See Also