CreateEntityRequest Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains the data that is needed to create a custom entity, and optionally, to add it to a specified unmanaged solution.

The following tables list the members exposed by the CreateEntityRequest type.

Public Constructors

  Name Description
  CreateEntityRequest Initializes a new instance of the CreateEntityRequest class.

Top

Public Properties

  Name Description
public property Entity Gets or sets the metadata for the custom entity that you want to create. Required.
public property ExtensionData  Gets or sets the structure that contains extra data. Optional. (inherited from OrganizationRequest)
public property HasActivities Gets or sets whether a custom entity is created that has a special relationship to activity entities and is a valid regarding object for the activity. Optional.
public property HasNotes Gets or sets whether the custom entity that is created has a special relationship to the annotation entity. Optional.
public property Item  Gets or sets the indexer for the Parameters collection. (inherited from OrganizationRequest)
public property Parameters  Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes. (inherited from OrganizationRequest)
public property PrimaryAttribute Gets or sets the metadata for the primary attribute for the new entity. Required.
public property RequestId  Gets or sets the ID of an asynchronous operation (system job). Optional.  (inherited from OrganizationRequest)
public property RequestName  Gets or sets the name of the request. Required, but is supplied by derived classes. (inherited from OrganizationRequest)
public property SolutionUniqueName Gets or sets the name of the unmanaged solution to which you want to add this custom entity. Optional.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

CreateEntityRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
CreateEntityResponse

Other Resources

CreateEntity Privileges
Sample: Create and Update Entity Metadata
Introduction to Solutions

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.