Method | Description | |
---|---|---|
Begin ( int expectedCount ) : void |
Begins a bulk operation
|
|
Cancel ( ) : void |
Cancels a bulk operation
|
|
DeleteObject ( object key ) : void |
Deletes an
|
|
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
|
|
ReadObjectKeys ( DateTime modifiedDate ) : ICollection |
Gets an
|
|
WriteObject ( object value ) : void |
Writes an
|
Method | Description | |
---|---|---|
CreateSingleLabel ( string label, int langCode ) : Xrm.Sdk.Metadata.Label |
Creates a CRM
|
|
ProcessGlobalPicklists ( string dictionary, string key ) : void |
Processes the global option sets
|
|
ProcessPickLists ( object>.Dictionary |
Processes the non-global option sets
|
|
ReadDeletedObjectKeys ( DateTime modifiedDate ) : ICollection |
public Begin ( int expectedCount ) : void | ||
expectedCount | int | The expected number of records to be integrated by the bulk operation. |
return | void |
public DeleteObject ( object key ) : void | ||
key | object | The |
return | void |
public PicklistObjectProvider ( ) : Common.System | ||
return | Common.System |
public ReadObject ( object key ) : object | ||
key | object | The key for the |
return | object |
public ReadObjectKeys ( DateTime modifiedDate ) : ICollection | ||
modifiedDate | DateTime | A |
return | ICollection |
public WriteObject ( object value ) : void | ||
value | object | The object to be written |
return | void |