C# 클래스 Microsoft.Dynamics.Integration.Adapters.DynamicCrm.ObjectProviders.PicklistObjectProvider

Provides interaction with the Dynamics CRM picklist and DynamicEntity objects.
상속: CrmObjectProvider, IObjectReader, IObjectWriter, IBulkObjectWriter
파일 보기 프로젝트 열기: Microsoft/Instance-Adapter-for-Microsoft-Dynamics-CRM

공개 메소드들

메소드 설명
Begin ( int expectedCount ) : void

Begins a bulk operation

Cancel ( ) : void

Cancels a bulk operation

DeleteObject ( object key ) : void

Deletes an object

Finish ( ) : void

Finishes a bulk operation

PicklistObjectProvider ( ) : Common.System

Initializes a new instance of the PicklistObjectProvider class.

PublishMetadata ( ) : void

Publishes the CRM metadata file

ReadObject ( object key ) : object

Read an object from the stream

ReadObjectKeys ( DateTime modifiedDate ) : ICollection

Gets an ICollection containing Key objects that match the supplied modifiedDate

WriteObject ( object value ) : void

Writes an object to the stream

비공개 메소드들

메소드 설명
CreateSingleLabel ( string label, int langCode ) : Xrm.Sdk.Metadata.Label

Creates a CRM Label

ProcessGlobalPicklists ( string dictionary, string key ) : void

Processes the global option sets

ProcessPickLists ( object>.Dictionary dictionary, string entityName ) : void

Processes the non-global option sets

ReadDeletedObjectKeys ( DateTime modifiedDate ) : ICollection

메소드 상세

Begin() 공개 메소드

Begins a bulk operation
public Begin ( int expectedCount ) : void
expectedCount int The expected number of records to be integrated by the bulk operation.
리턴 void

Cancel() 공개 메소드

Cancels a bulk operation
public Cancel ( ) : void
리턴 void

DeleteObject() 공개 메소드

Deletes an object
public DeleteObject ( object key ) : void
key object The object to be deleted
리턴 void

Finish() 공개 메소드

Finishes a bulk operation
public Finish ( ) : void
리턴 void

PicklistObjectProvider() 공개 메소드

Initializes a new instance of the PicklistObjectProvider class.
public PicklistObjectProvider ( ) : Common.System
리턴 Common.System

PublishMetadata() 공개 메소드

Publishes the CRM metadata file
public PublishMetadata ( ) : void
리턴 void

ReadObject() 공개 메소드

Read an object from the stream
public ReadObject ( object key ) : object
key object The key for the object to be read
리턴 object

ReadObjectKeys() 공개 메소드

Gets an ICollection containing Key objects that match the supplied modifiedDate
public ReadObjectKeys ( DateTime modifiedDate ) : ICollection
modifiedDate DateTime A DateTime containing the last modified date for the object keys to be returned
리턴 ICollection

WriteObject() 공개 메소드

Writes an object to the stream
public WriteObject ( object value ) : void
value object The object to be written
리턴 void