应用到: CRM 2015 on-prem, CRM Online
类
| 类 | 描述 |
|---|---|
| AssociateRequest | Contains the data that is needed to create a link between records. |
| AssociateResponse | Contains the response from the AssociateRequest class. |
| CanBeReferencedRequest | Contains the data that is needed to check whether the specified entity can be the primary entity (one) in a one-to-many relationship. |
| CanBeReferencedResponse | Contains the response from the CanBeReferencedRequest class. |
| CanBeReferencingRequest | Contains the data that is needed to check whether an entity can be the referencing entity in a one-to-many relationship. |
| CanBeReferencingResponse | Contains the response from the CanBeReferencingRequest class. |
| CanManyToManyRequest | Contains the data that is needed to check whether an entity can participate in a many-to-many relationship. |
| CanManyToManyResponse | Contains the response from the CanManyToManyRequest class. |
| CreateAttributeRequest | Contains the data that is needed to create a new attribute, and optionally, to add it to a specified unmanaged solution. |
| CreateAttributeResponse | Contains the response from the CreateAttributeRequest class. |
| CreateEntityRequest | Contains the data that is needed to create a custom entity, and optionally, to add it to a specified unmanaged solution. |
| CreateEntityResponse | Contains the response from the CreateEntityRequest class. |
| CreateManyToManyRequest | Contains the data that is needed to create a new Many-to-Many (N:N) entity relationship. |
| CreateManyToManyResponse | Contains the response from the CreateManyToManyRequest class. |
| CreateOneToManyRequest | Contains the data that is needed to create a new One-to-Many (1:N) entity relationship. |
| CreateOneToManyResponse | Contains the response from the CreateOneToManyRequest class. |
| CreateOptionSetRequest | Contains the data that is needed to create a new global option set. |
| CreateOptionSetResponse | Contains the response from the CreateOptionSetRequest class. |
| CreateRequest | Contains the data that is needed to create a record. |
| CreateResponse | Contains the response from the CreateRequest class. |
| DeleteAttributeRequest | Contains the data that is needed to delete an attribute. |
| DeleteAttributeResponse | Contains the response from the DeleteAttributeRequest class. |
| DeleteEntityRequest | Contains the data that is needed to delete an entity. |
| DeleteEntityResponse | Contains the response from the DeleteEntityRequest class. |
| DeleteOptionSetRequest | Contains the data that is needed to delete a global option set. |
| DeleteOptionSetResponse | Contains the response from the DeleteOptionSetRequest class. |
| DeleteOptionValueRequest | Contains the data that is needed to delete an option value in a global or local option set. |
| DeleteOptionValueResponse | Contains the response from the DeleteOptionValueRequest class. |
| DeleteRelationshipRequest | Contains the data that is needed to delete an entity relationship. |
| DeleteRelationshipResponse | Contains the response from the DeleteRelationshipRequest class. |
| DeleteRequest | Contains the data that is needed to delete a record. |
| DeleteResponse | Contains the response from the DeleteRequest class. |
| DisassociateRequest | Contains the data that is needed to delete a link between records. |
| DisassociateResponse | Contains the response from the DisassociateRequest class. |
| ExecuteAsyncRequest | Contains the data that is needed to execute a message asynchronously. |
| ExecuteAsyncResponse | Contains the response from the ExecuteAsyncRequest class. |
| ExecuteMultipleRequest | Contains the data that is needed to execute one or more message requests as a single batch operation, and optionally return a collection of results. |
| ExecuteMultipleResponse | Contains the response from the ExecuteMultipleRequest class. |
| GetValidManyToManyRequest | Contains the data that is needed to retrieve a list of all the entities that can participate in a Many-to-Many entity relationship. |
| GetValidManyToManyResponse | Contains the response from the GetValidManyToManyRequest class. |
| GetValidReferencedEntitiesRequest | Contains the data that is needed to retrieve a list of entity logical names that are valid as the primary entity (one) from the specified entity in a one-to-many relationship. |
| GetValidReferencedEntitiesResponse | Contains the response from the GetValidReferencedEntitiesRequest class. |
| GetValidReferencingEntitiesRequest | Contains the data that is needed to retrieve the set of entities that are valid as the related entity (many) to the specified entity in a one-to-many relationship. |
| GetValidReferencingEntitiesResponse | Contains the response from the GetValidReferencingEntitiesRequest class. |
| InsertOptionValueRequest | Contains the data that is needed to insert a new option value for a global or local option set. |
| InsertOptionValueResponse | Contains the response from the InsertOptionValueRequest class. |
| InsertStatusValueRequest | Contains the data that is needed to insert a new option into a StatusAttributeMetadata attribute. |
| InsertStatusValueResponse | Contains the response from the InsertStatusValueRequest class. |
| IsDataEncryptionActiveRequest | Contains the data that is needed to check if data encryption is currently running (active or inactive). |
| IsDataEncryptionActiveResponse | Contains the response from the IsDataEncryptionActiveRequest class. |
| OrderOptionRequest | Contains the data that is needed to set the order for an option set. |
| OrderOptionResponse | Contains the response from the OrderOptionRequest class. |
| RetrieveAllEntitiesRequest | Contains the data that is needed to retrieve metadata information about all the entities. |
| RetrieveAllEntitiesResponse | Contains the response from the RetrieveAllEntitiesRequest class. |
| RetrieveAllManagedPropertiesRequest | Contains the data that is needed to retrieve all managed property definitions |
| RetrieveAllManagedPropertiesResponse | Contains the response from the RetrieveAllManagedPropertiesRequest class. |
| RetrieveAllOptionSetsRequest | Contains the data that is needed to retrieve information about all global option sets. |
| RetrieveAllOptionSetsResponse | Contains the response from the RetrieveAllOptionSetsRequest class. |
| RetrieveAttributeRequest | Contains the data that is needed to retrieve attribute metadata. |
| RetrieveAttributeResponse | Contains the response from the RetrieveAttributeRequest class. |
| RetrieveDataEncryptionKeyRequest | Contains the data that is needed to retrieve the data encryption key value. |
| RetrieveDataEncryptionKeyResponse | Contains the response from the RetrieveDataEncryptionKeyResponse class. |
| RetrieveEntityRequest | Contains the data that is needed to retrieve entity metadata. |
| RetrieveEntityResponse | Contains the response from the RetrieveEntityRequest class. |
| RetrieveManagedPropertyRequest | Contains the data that is needed to retrieve a managed property definition. |
| RetrieveManagedPropertyResponse | Contains the response from the RetrieveManagedPropertyRequest class. |
| RetrieveMetadataChangesRequest | Contains the data that is needed to to retrieve a collection of metadata records that satisfy the specified criteria. The RetrieveMetadataChangesResponse returns a timestamp value that can be used with this request at a later time to return information about how metadata has changed since the last request. |
| RetrieveMetadataChangesResponse | Contains the response from the RetrieveMetadataChangesRequest message. |
| RetrieveMultipleRequest | Contains the data that is needed to retrieve a collection of records that satisfy the specified query criteria. |
| RetrieveMultipleResponse | Contains the response from the RetrieveMultipleRequest class. |
| RetrieveOptionSetRequest | Contains the data that is needed to retrieve a global option set. |
| RetrieveOptionSetResponse | Contains the response from the RetrieveOptionSetRequest class. |
| RetrieveRelationshipRequest | Contains the data that is needed to retrieve entity relationship metadata. |
| RetrieveRelationshipResponse | Contains the response from the RetrieveRelationshipRequest class. |
| RetrieveRequest | Contains the data that is needed to retrieve a record. |
| RetrieveResponse | Contains the response from the RetrieveRequest class. |
| RetrieveTimestampRequest | Contains the data that is needed to retrieves a time stamp for the metadata. |
| RetrieveTimestampResponse | Contains the response from the RetrieveTimestampRequest class. |
| SetDataEncryptionKeyRequest | Contains the data that is needed to set or restore the data encryption key. |
| SetDataEncryptionKeyResponse | Contains the response from the SetDataEncryptionKeyRequest class. |
| UpdateAttributeRequest | Contains the data that is needed to update the definition of an attribute. |
| UpdateAttributeResponse | Contains the response from the UpdateAttributeRequest class. |
| UpdateEntityRequest | Contains the data that is needed to update the definition of an entity. |
| UpdateEntityResponse | Contains the response from the UpdateEntityRequest class. |
| UpdateOptionSetRequest | Contains the data that is needed to update the definition of a global option set. |
| UpdateOptionSetResponse | Contains the response from the UpdateOptionSetRequest class. |
| UpdateOptionValueRequest | Contains the data that is needed to update an option value in a global or local option set. |
| UpdateOptionValueResponse | Contains the response from the UpdateOptionValueRequest class. |
| UpdateRelationshipRequest | Contains the data that is needed to update the definition of an entity relationship. |
| UpdateRelationshipResponse | Contains the response from the UpdateRelationshipRequest class. |
| UpdateRequest | Contains the data that is needed to update an existing record. |
| UpdateResponse | Contains the response from the UpdateRequest class. |
| UpdateStateValueRequest | Contains the data that is needed to update an option set value in for a StateAttributeMetadata attribute. |
| UpdateStateValueResponse | Contains the response from the UpdateStateValueRequest class. |
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.