EntityClass Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| EntityClass |
Properties
| Name | Description |
|---|---|
| DisplayName | Gets a display name for this entity class. |
| Id | Gets the id that uniquely identifies this entity class. See EntityClassIds for a list of well known ids. |
| IsContainer | Gets whetheror not this entity class acts as a container for other entities. For example, a Folder can contain files. |
| IsUserPresentable | Gets whether or not this entity class should be shown to end users when they select from a list of entities to work with |
| ServerId | Gets 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. |
| SupportsCategories | Gets whether or not this entity class supports categories. |
| SupportsConstraints | Gets whether or not this entity class supports property policies |
| SupportsContentSourceMappings | Gets whether or not this entity class supports mappings between user defined and content source property definitions. |
| SupportsEquivalence | Gets whether or not this entity class supports equivalence. |
| SupportsLifecycle | Gets whether or not this entity class supports lifecycles. |
| SupportsLinks | Gets whether or not this entity class supports Links. |
| SupportsPropertyAdmin | Gets whether or not this entity class supports property administration. |
| SupportsRevisions | Gets whether or not this entity class supports revisions. |
| SupportsSearch | Gets whether or not this entity class supports searching |
Returned By
Where you get a EntityClass — members that return one.
- ChangeOrder.EntityClass
- CustomObject.EntityClass
- EntityCategory.AssociatedEntityClass
- FileIteration.EntityClass
- Folder.EntityClass
- IConfigurationManager.AddInternalEntityClass
- IConfigurationManager.GetEntityClass
- IConfigurationManager.GetEntityClasses
- IEntity.EntityClass
- ItemRevision.EntityClass
- PropertyDefinitionToEntityClassAssociation.EntityClass
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClass