다음을 통해 공유


EntitySetInfo Class

 

Applies To: Dynamics CRM 2013

Provides information about an entity set. (Developer Extensions)

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

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Metadata.EntitySetInfo

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod EntitySetInfo(PropertyInfo, EntityInfo)

Creates an EntitySetInfo class.

Properties

Name Description
System_CAPS_pubproperty Entity

Gets the EntityInfo reflection object for the corresponding entity type.

System_CAPS_pubproperty Property

Gets the PropertyInfo reflection object for the entity set property.

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