Method | Description | |
---|---|---|
DeleteObject ( object key ) : void |
Deletes an
|
|
DynamicObjectProvider ( ) : System |
Initializes a new instance of the DynamicObjectProvider class.
|
|
ReadDeletedObjectKeys ( DateTime modifiedDate ) : ICollection |
Gets an
|
|
ReadObject ( object key ) : object |
Read an
|
|
ReadObjectKeys ( DateTime modifiedDate ) : ICollection |
Gets an
|
|
WriteObject ( object value ) : void |
Writes an
|
Method | Description | |
---|---|---|
GetSetStateRequest ( int stateToSet, int statusToSet, Guid entityId ) : OrganizationRequest |
Override that handles the setting of entity state codes on entities that have complex state transitions.
|
Method | Description | |
---|---|---|
AssociatedRetrival ( string entityRelationshipName, string entity1Name, string entity1IntersectAtt ) : RetrieveMultipleResponse |
Retrieves entity relationships
|
|
CreateAssociatedRequest ( string relationshipName, string entity1Name, string entity1Guid, string entity2Name, string entity2Guid ) : void |
Create a CRM
|
|
CreateDisassociateRequest ( string relationshipName, string entity1Name, string entity1Guid, string entity2Name, string entity2Guid ) : void |
Creates a CRM
|
|
GetDissassociateRelationship ( DateTime modifiedDate ) : ICollection |
Retrieves the associations that have been deleted using the audit functionality in CRM.
|
|
GetDissassociateRelationshipKeys ( RetrieveMultipleRequest request ) : List |
Gets a list of entity keys for entities that have been disassociated.
|
|
Initialize ( ) : void |
Initializes the DynamicObjectProvider This method will read the object definition configuration file for a given entity and initialize the dynamic object provider based on that file's contents if it is present on the system. |
public DeleteObject ( object key ) : void | ||
key | object | The |
return | void |
protected GetSetStateRequest ( int stateToSet, int statusToSet, Guid entityId ) : OrganizationRequest | ||
stateToSet | int | The state code to be set. |
statusToSet | int | The status code to be set. |
entityId | Guid | The unique identifier of the entity to set the state and status on. |
return | OrganizationRequest |
public ReadDeletedObjectKeys ( DateTime modifiedDate ) : ICollection | ||
modifiedDate | DateTime | A |
return | ICollection |
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 |