다음을 통해 공유


EntityInfo Class

 

Applies To: Dynamics CRM 2013

Provides information about an entity. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Metadata.EntityInfo

Syntax

public sealed class EntityInfo
public ref class EntityInfo sealed 
[<Sealed>]
type EntityInfo = class end
Public NotInheritable Class EntityInfo

Constructors

Name Description
System_CAPS_pubmethod EntityInfo(Type)

Creates an instance of the EntityInfo class.

Properties

Name Description
System_CAPS_pubproperty AttributesByLogicalName

Gets the AttributeInfo keyed by the attribute logical name.

System_CAPS_pubproperty AttributesByPropertyName

Gets the AttributeInfo keyed by the attribute property name.

System_CAPS_pubproperty Entity

Gets the entity set annotation of the Entity.

System_CAPS_pubproperty EntityLogicalName

Gets the logical name annotation of the Entity.

System_CAPS_pubproperty EntityType

Gets the type of the Entity.

System_CAPS_pubproperty PrimaryKeyProperty

Gets the AttributeInfo of the primary key property.

System_CAPS_pubproperty RelationshipsByPropertyName

Gets the RelationshipInfo keyed by the relationship property name.

System_CAPS_pubproperty RelationshipsBySchemaName

Gets the RelationshipInfo keyed by the relationship schema name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod SerializeByJson(IEnumerable<Type>)

Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top