Autodesk Vault ProfessionalVault API

EntityClass Class

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

An EntityClass represents information about a type of object that can be manipulated by the framework. The properties of the EntityClass provide information about the capabilities of that entity class.

Syntax

public sealed class EntityClass 
Public NotInheritable Class EntityClass 

Constructors

NameDescription
EntityClass

Properties

NameDescription
DisplayNameGets a display name for this entity class.
IdGets the id that uniquely identifies this entity class. See EntityClassIds for a list of well known ids.
IsContainerGets whetheror not this entity class acts as a container for other entities. For example, a Folder can contain files.
IsUserPresentableGets whether or not this entity class should be shown to end users when they select from a list of entities to work with
ServerIdGets the actual server ID for this entity class. Some entity classes have multiple sub-types which all have the same EntityClass backing. Other Entity Classes are client only concepts that have no server backing at all.
SupportsCategoriesGets whether or not this entity class supports categories.
SupportsConstraintsGets whether or not this entity class supports property policies
SupportsContentSourceMappingsGets whether or not this entity class supports mappings between user defined and content source property definitions.
SupportsEquivalenceGets whether or not this entity class supports equivalence.
SupportsLifecycleGets whether or not this entity class supports lifecycles.
SupportsLinksGets whether or not this entity class supports Links.
SupportsPropertyAdminGets whether or not this entity class supports property administration.
SupportsRevisionsGets whether or not this entity class supports revisions.
SupportsSearchGets whether or not this entity class supports searching

Returned By

Where you get a EntityClass — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClass

See Also