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

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

Public Methods

Method Description
DynamicCrmAdapterSource ( ) : Common.System

Initializes a new instance of the DynamicCrmAdapterSource class.

GetObjectProvider ( ObjectProviderBinder binder ) : ObjectProvider

Retrieves an ObjectProvider based on the provider binder.

Private Methods

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

Method Details

DynamicCrmAdapterSource() public method

Initializes a new instance of the DynamicCrmAdapterSource class.
public DynamicCrmAdapterSource ( ) : 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