Метод | Описание | |
---|---|---|
Associate ( string entityName, System.Guid entityId, Relationship, relationship, EntityReferenceCollection relatedEntities ) : void | ||
Create ( Entity entity ) : System.Guid | ||
CrmService ( string connectionString ) : Microsoft.Crm.Sdk.Messages | ||
Delete ( string entityName, System.Guid id ) : void | ||
Disassociate ( string entityName, System.Guid entityId, Relationship, relationship, EntityReferenceCollection relatedEntities ) : void | ||
Execute ( OrganizationRequest request ) : OrganizationResponse | ||
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 | |
Результат | void |
public Create ( Entity entity ) : System.Guid | ||
entity | Entity | |
Результат | System.Guid |
public CrmService ( string connectionString ) : Microsoft.Crm.Sdk.Messages | ||
connectionString | string | |
Результат | Microsoft.Crm.Sdk.Messages |
public Delete ( string entityName, System.Guid id ) : void | ||
entityName | string | |
id | System.Guid | |
Результат | void |
public Disassociate ( string entityName, System.Guid entityId, Relationship, relationship, EntityReferenceCollection relatedEntities ) : void | ||
entityName | string | |
entityId | System.Guid | |
relationship | Relationship, | |
relatedEntities | EntityReferenceCollection | |
Результат | void |
public Execute ( OrganizationRequest request ) : OrganizationResponse | ||
request | OrganizationRequest | |
Результат | OrganizationResponse |
public Retrieve ( string entityName, System.Guid id, ColumnSet columnSet ) : Entity | ||
entityName | string | |
id | System.Guid | |
columnSet | ColumnSet | |
Результат | Entity |
public RetrieveMultiple ( QueryBase, query ) : EntityCollection | ||
query | QueryBase, | |
Результат | EntityCollection |