EntityDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the entity description.
public ref class EntityDescription
[System.Serializable]
public class EntityDescription
[<System.Serializable>]
type EntityDescription = class
Public Class EntityDescription
- Inheritance
-
EntityDescription
- Attributes
Constructors
| EntityDescription() |
Initializes a new instance of the EntityDescription class. |
Fields
| data |
Specifies the entity description data. |
Properties
| Id |
Gets or sets the entity ID. |
| LogicalName |
Gets or sets the logical name. |
Methods
| EntityListToEntityDescriptionList(List<Entity>) |
Moves the entities from the entity list to entity description list. |
| FromEntity(Entity) |
Retrieves the entity description for a given entity. |