C# Class Microsoft.Dynamics.Integration.Adapters.DynamicCrm.DynamicCrmAdapterDestination

Inheritance: DynamicCrmAdapter
显示文件 Open project: Microsoft/Instance-Adapter-for-Microsoft-Dynamics-CRM

Public Methods

Method Description
DynamicCrmAdapterDestination ( ) : Common.System

Initializes a new instance of the DynamicCrmAdapterDestination class.

GetObjectProvider ( ObjectProviderBinder binder ) : ObjectProvider

Retrieves an ObjectProvider based on the provider binder.

Private Methods

Method Description
GetObjectProviders ( ) : System.Collections.ObjectModel.Collection

Method Details

DynamicCrmAdapterDestination() public method

Initializes a new instance of the DynamicCrmAdapterDestination class.
public DynamicCrmAdapterDestination ( ) : Common.System
return Common.System

GetObjectProvider() public method

Retrieves an ObjectProvider based on the provider binder.
public GetObjectProvider ( ObjectProviderBinder binder ) : ObjectProvider
binder ObjectProviderBinder The to retrieve the provider for.
return ObjectProvider