Property | Type | Description | |
---|---|---|---|
ExecuteMessageResponseTypes | Type>.Dictionary | ||
OrganizationSettings | Xrm.Sdk.OrganizationSettings | ||
UserSettings | Xrm.Sdk.UserSettings | ||
WithCredentials | bool |
Method | Description | |
---|---|---|
Associate ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
Associate one or more related entites to a target entity.
|
|
BeginAssociate ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
BeginCreate ( Entity entity, Action | ||
BeginDelete ( string entityName, Guid id, Action | ||
BeginDisassociate ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
BeginExecute ( OrganizationRequest request, Action | ||
BeginRetrieve ( string entityName, string entityId, string attributesList, Action | ||
BeginRetrieveMultiple ( string fetchXml, Action | ||
BeginSetState ( Guid id, string entityName, int stateCode, int statusCode, Action | ||
BeginUpdate ( Entity entity, Action | ||
Create ( Entity entity ) : Guid |
Creates a new entity record using the supplied Entity object
|
|
Delete_ ( string entityName, Guid id ) : string | ||
Disassociate ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
DoesNNAssociationExist ( Xrm.Sdk.Relationship relationship, Xrm.Sdk.EntityReference Entity1, Xrm.Sdk.EntityReference Entity2 ) : bool |
Checks for an existing N:N relationship between two records by executing a fetch against the relationship association table.
|
|
EndAssociate ( object asyncState ) : void | ||
EndCreate ( object asyncState ) : Guid | ||
EndDelete ( object asyncState ) : void | ||
EndDisassociate ( object asyncState ) : void | ||
EndExecute ( object asyncState ) : OrganizationResponse | ||
EndRetrieve ( object asyncState, |
||
EndRetrieveMultiple ( object asyncState, |
||
EndSetState ( object asyncState ) : void | ||
EndUpdate ( object asyncState ) : void | ||
Execute ( OrganizationRequest request ) : OrganizationResponse | ||
GetUserSettings ( ) : Xrm.Sdk.UserSettings | ||
RegisterExecuteMessageResponseType ( string responseTypeName, |
||
Retrieve ( string entityName, string entityId, string attributesList ) : Entity | ||
RetrieveMultiple ( string fetchXml ) : Xrm.Sdk.EntityCollection | ||
SetState ( Guid id, string entityName, int stateCode, int statusCode ) : void | ||
Update ( Entity entity ) : void |
Method | Description | |
---|---|---|
GetAssociateRequest ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
GetCreateRequest ( Entity entity ) : string | ||
GetDeleteRequest ( string entityName, Guid id ) : string | ||
GetDisassociateRequest ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
GetEntityCollectionResults ( |
||
GetExecuteRequest ( OrganizationRequest request ) : string | ||
GetResponse ( string soapXmlPacket, string action, Action | ||
GetRetrieveMultipleRequest ( string fetchXml ) : string | ||
GetRetrieveRequest ( string entityName, string entityId, string attributesList ) : string | ||
GetServerUrl ( ) : string | ||
GetSetStateRequest ( Guid id, string entityName, int stateCode, int statusCode ) : string | ||
GetSoapFault ( |
||
getSoapEnvelope ( string payLoadXml ) : string |
Gets the SOAP Xml to send to the server
|
public static Associate ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
entityName | string | The Logical Name of the target entity. |
entityId | Guid | The GUID that uniquely defines the target entity. |
relationship | Xrm.Sdk.Relationship | The Relationship to use for the association. |
relatedEntities | List |
A list of related EntityReference records to associate to the target. |
return | void |
public static BeginAssociate ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
entityName | string | |
entityId | Guid | |
relationship | Xrm.Sdk.Relationship | |
relatedEntities | List |
|
callBack | Action | |
return | void |
public static BeginCreate ( Entity entity, Action | ||
entity | Entity | |
callBack | Action | |
return | void |
public static BeginDelete ( string entityName, Guid id, Action | ||
entityName | string | |
id | Guid | |
callBack | Action | |
return | void |
public static BeginDisassociate ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
entityName | string | |
entityId | Guid | |
relationship | Xrm.Sdk.Relationship | |
relatedEntities | List |
|
callBack | Action | |
return | void |
public static BeginExecute ( OrganizationRequest request, Action | ||
request | OrganizationRequest | |
callBack | Action | |
return | void |
public static BeginRetrieve ( string entityName, string entityId, string attributesList, Action | ||
entityName | string | |
entityId | string | |
attributesList | string | |
callBack | Action | |
return | void |
public static BeginRetrieveMultiple ( string fetchXml, Action | ||
fetchXml | string | |
callBack | Action | |
return | void |
public static BeginSetState ( Guid id, string entityName, int stateCode, int statusCode, Action | ||
id | Guid | |
entityName | string | |
stateCode | int | |
statusCode | int | |
callBack | Action | |
return | void |
public static BeginUpdate ( Entity entity, Action | ||
entity | Entity | |
callBack | Action | |
return | void |
public static Create ( Entity entity ) : Guid | ||
entity | Entity | |
return | Guid |
public static Delete_ ( string entityName, Guid id ) : string | ||
entityName | string | |
id | Guid | |
return | string |
public static Disassociate ( string entityName, Guid entityId, Xrm.Sdk.Relationship relationship, List |
||
entityName | string | |
entityId | Guid | |
relationship | Xrm.Sdk.Relationship | |
relatedEntities | List |
|
return | void |
public static DoesNNAssociationExist ( Xrm.Sdk.Relationship relationship, Xrm.Sdk.EntityReference Entity1, Xrm.Sdk.EntityReference Entity2 ) : bool | ||
relationship | Xrm.Sdk.Relationship | The Relationship to evaluate. |
Entity1 | Xrm.Sdk.EntityReference | EntityReference for the one of the entities to test. |
Entity2 | Xrm.Sdk.EntityReference | EntityReference for the second entity to test. |
return | bool |
public static EndAssociate ( object asyncState ) : void | ||
asyncState | object | |
return | void |
public static EndCreate ( object asyncState ) : Guid | ||
asyncState | object | |
return | Guid |
public static EndDelete ( object asyncState ) : void | ||
asyncState | object | |
return | void |
public static EndDisassociate ( object asyncState ) : void | ||
asyncState | object | |
return | void |
public static EndExecute ( object asyncState ) : OrganizationResponse | ||
asyncState | object | |
return | OrganizationResponse |
public static EndRetrieve ( object asyncState, |
||
asyncState | object | |
entityType | ||
return | Entity |
public static EndRetrieveMultiple ( object asyncState, |
||
asyncState | object | |
entityType | ||
return | Xrm.Sdk.EntityCollection |
public static EndSetState ( object asyncState ) : void | ||
asyncState | object | |
return | void |
public static EndUpdate ( object asyncState ) : void | ||
asyncState | object | |
return | void |
public static Execute ( OrganizationRequest request ) : OrganizationResponse | ||
request | OrganizationRequest | |
return | OrganizationResponse |
public static GetUserSettings ( ) : Xrm.Sdk.UserSettings | ||
return | Xrm.Sdk.UserSettings |
public static RegisterExecuteMessageResponseType ( string responseTypeName, |
||
responseTypeName | string | |
organizationResponseType | ||
return | void |
public static Retrieve ( string entityName, string entityId, string attributesList ) : Entity | ||
entityName | string | |
entityId | string | |
attributesList | string | |
return | Entity |
public static RetrieveMultiple ( string fetchXml ) : Xrm.Sdk.EntityCollection | ||
fetchXml | string | |
return | Xrm.Sdk.EntityCollection |
public static SetState ( Guid id, string entityName, int stateCode, int statusCode ) : void | ||
id | Guid | |
entityName | string | |
stateCode | int | |
statusCode | int | |
return | void |
public static Update ( Entity entity ) : void | ||
entity | Entity | |
return | void |
public static Dictionary |
||
return | Type>.Dictionary |
public static OrganizationSettings,Xrm.Sdk OrganizationSettings | ||
return | Xrm.Sdk.OrganizationSettings |
public static UserSettings,Xrm.Sdk UserSettings | ||
return | Xrm.Sdk.UserSettings |