Share via


EntityDescription Class

Definition

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.

Applies to