다음을 통해 공유


OrganizationServiceContextInfo Class

 

Applies To: Dynamics CRM 2013

Provides information about the organization service context. (Developer Extensions)

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

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Metadata.OrganizationServiceContextInfo

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod OrganizationServiceContextInfo(Type)

Creates an instance of the OrganizationServiceContextInfo class.

Properties

Name Description
System_CAPS_pubproperty ContextType

Gets the custom OrganizationServiceContext class.

System_CAPS_pubproperty EntitySetsByEntityLogicalName

Gets the lookup of EntitySetInfo keyed by the entity logical name.

System_CAPS_pubproperty EntitySetsByPropertyName

Gets the lookup of EntitySetInfo keyed by the entity set property 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.)

System_CAPS_pubmethodSystem_CAPS_static TryGet(OrganizationServiceContext, Entity, EntitySetInfo)

Returns an OrganizationServiceContextInfo from a custom OrganizationServiceContext class and an entity.

System_CAPS_pubmethodSystem_CAPS_static TryGet(Type, OrganizationServiceContextInfo)

Returns an OrganizationServiceContextInfo from a custom OrganizationServiceContext class.

System_CAPS_pubmethodSystem_CAPS_static TryGet(Type, String, EntitySetInfo)

Returns an OrganizationServiceContextInfo from a custom OrganizationServiceContext class and an entity logical name.

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