Delen via


OrganizationServiceContextInfo.TryGet Method

 

Applies To: Dynamics CRM 2013

Returns an OrganizationServiceContextInfo from a custom OrganizationServiceContext class.

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

Overload List

Name Description
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.

See Also

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

Return to top