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 | |
---|---|---|
OrganizationServiceContextInfo(Type) | Creates an instance of the OrganizationServiceContextInfo class. |
Properties
Name | Description | |
---|---|---|
ContextType | Gets the custom OrganizationServiceContext class. |
|
EntitySetsByEntityLogicalName | Gets the lookup of EntitySetInfo keyed by the entity logical name. |
|
EntitySetsByPropertyName | Gets the lookup of EntitySetInfo keyed by the entity set property name. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
|
TryGet(OrganizationServiceContext, Entity, EntitySetInfo) | Returns an OrganizationServiceContextInfo from a custom OrganizationServiceContext class and an entity. |
|
TryGet(Type, OrganizationServiceContextInfo) | Returns an OrganizationServiceContextInfo from a custom OrganizationServiceContext class. |
|
TryGet(Type, String, EntitySetInfo) | Returns an OrganizationServiceContextInfo from a custom OrganizationServiceContext class and an entity logical name. |
Extension Methods
Name | Description | |
---|---|---|
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