CrmConnection Class
Updated: January 15, 2016
Applies To: Dynamics CRM 2015
Provides a connection to the server using a connection string. (Developer Extensions)
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
| Name | Description | |
|---|---|---|
![]() | CrmConnection() | Initializes a new instance of the CrmConnection class. |
![]() | CrmConnection(ConnectionStringSettings^) | Initializes a new instance of the CrmConnection class , setting the connection string. |
![]() | CrmConnection(String^) | Initializes a new instance of the CrmConnection class , setting the connection string name. |
| Name | Description | |
|---|---|---|
![]() | CallerId | Gets or sets the GUID of the user for whom SDK calls are made on behalf of. |
![]() | ClientCredentials | Gets or sets the user credentials. |
![]() | DeviceCredentials | Gets the Windows Live ID device credentials. |
![]() | HomeRealmUri | Gets or sets the URI of the cross realm STS metadata endpoint. |
![]() | ProxyTypesAssembly | Gets or sets the assembly containing the strong proxy types. |
![]() | ProxyTypesEnabled | Gets or sets whether the strong proxy types should be returned by the service. |
![]() | ServiceConfigurationInstanceMode | Gets or sets the mode for instantiating the service configuration. |
![]() | ServiceUri | Gets or set the organization service URL. |
![]() | Timeout | Gets or sets the service timeout value. |
![]() | UserTokenExpiryWindow | Gets or sets the time offset prior to the user token expiration when the user token should be refreshed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetConnectionId() | Gets or sets the text value that is unique to the connection values. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Parse(String^) | Parses a string in the DbConnectionStringBuilder format. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | SerializeByJson(IEnumerable<Type^>^) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2017 Microsoft. All rights reserved. Copyright



