Method | Description | |
---|---|---|
Associate ( string entityName, System.Guid entityId, Relationship, relationship, EntityReferenceCollection relatedEntities ) : void | ||
Create ( Entity entity ) : System.Guid | ||
Delete ( string entityName, System.Guid id ) : void | ||
Disassociate ( string entityName, System.Guid entityId, Relationship, relationship, EntityReferenceCollection relatedEntities ) : void | ||
Execute ( OrganizationRequest request ) : OrganizationResponse | ||
FakeService ( string connectionString ) : Microsoft.Crm.Sdk.Messages | ||
Retrieve ( string entityName, System.Guid id, ColumnSet columnSet ) : Entity | ||
RetrieveMultiple ( QueryBase, query ) : EntityCollection | ||
Update ( Entity entity ) : void |
public Associate ( string entityName, System.Guid entityId, Relationship, relationship, EntityReferenceCollection relatedEntities ) : void | ||
entityName | string | |
entityId | System.Guid | |
relationship | Relationship, | |
relatedEntities | EntityReferenceCollection | |
return | void |
public Create ( Entity entity ) : System.Guid | ||
entity | Entity | |
return | System.Guid |
public Delete ( string entityName, System.Guid id ) : void | ||
entityName | string | |
id | System.Guid | |
return | void |
public Disassociate ( string entityName, System.Guid entityId, Relationship, relationship, EntityReferenceCollection relatedEntities ) : void | ||
entityName | string | |
entityId | System.Guid | |
relationship | Relationship, | |
relatedEntities | EntityReferenceCollection | |
return | void |
public Execute ( OrganizationRequest request ) : OrganizationResponse | ||
request | OrganizationRequest | |
return | OrganizationResponse |
public FakeService ( string connectionString ) : Microsoft.Crm.Sdk.Messages | ||
connectionString | string | |
return | Microsoft.Crm.Sdk.Messages |
public Retrieve ( string entityName, System.Guid id, ColumnSet columnSet ) : Entity | ||
entityName | string | |
id | System.Guid | |
columnSet | ColumnSet | |
return | Entity |
public RetrieveMultiple ( QueryBase, query ) : EntityCollection | ||
query | QueryBase, | |
return | EntityCollection |