CrmConfigurationManager Class

 

Updated: January 15, 2016

Applies To: Dynamics CRM 2015

Configuration mangager for Microsoft Dynamics CRM Developer Extensions. (Developer Extensions)

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

System::Object
  Microsoft.Xrm.Client.Configuration::CrmConfigurationManager

public ref class CrmConfigurationManager abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateCacheItemPolicy(String^, Boolean)

Gets the configured CacheItemPolicy. (Developer Extensions)

System_CAPS_pubmethodSystem_CAPS_staticCreateConnectionDictionary(ConnectionStringSettings^)

Creates and caches connection strings by name.

System_CAPS_pubmethodSystem_CAPS_staticCreateConnectionStringSettings(String^)

Creates and caches connection strings by name.

System_CAPS_pubmethodSystem_CAPS_staticCreateContext(String^, Boolean)

Retrieves the configured OrganizationServiceContext instance.

System_CAPS_pubmethodSystem_CAPS_staticCreateObjectCache(String^, Boolean)

Retrieves the configured ObjectCache instance.

System_CAPS_pubmethodSystem_CAPS_staticCreateService(CrmConnection^, String^, Boolean)

Retrieves the configured IOrganizationService instance.

System_CAPS_pubmethodSystem_CAPS_staticCreateService(String^, Boolean)

Retrieves the configured IOrganizationService instance.

System_CAPS_pubmethodSystem_CAPS_staticCreateServiceCache(String^, CrmConnection^, Boolean)

Retrieves the configured IOrganizationServiceCache instance.

System_CAPS_pubmethodSystem_CAPS_staticCreateServiceCache(String^, String^, Boolean)

Retrieves the configured IOrganizationServiceCache instance.

System_CAPS_pubmethodSystem_CAPS_staticGetConnectionStringNameFromContext(String^, Boolean)

Retrieves the connection string name from the context name.

System_CAPS_pubmethodSystem_CAPS_staticGetCrmSection()

Retrieves the configuration section.

System_CAPS_pubmethodSystem_CAPS_staticGetObjectCaches(String^)

Retrieves the cached ObjectCache objects.

System_CAPS_pubmethodSystem_CAPS_staticReset()

Resets the cached dependencies.

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

Return to top

© 2017 Microsoft. All rights reserved. Copyright

Show: