Share via


EntityMembersCreateRequest Class

Represents a request message for specifying the entity or entities to be created in the EntityMembers type.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.EntityMembersCreateRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "EntityMembersCreateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityMembersCreateRequest
'Usage
Dim instance As EntityMembersCreateRequest
[MessageContractAttribute(WrapperName = "EntityMembersCreateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityMembersCreateRequest
[MessageContractAttribute(WrapperName = L"EntityMembersCreateRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityMembersCreateRequest
[<MessageContractAttribute(WrapperName = "EntityMembersCreateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityMembersCreateRequest =  class end
public class EntityMembersCreateRequest

The EntityMembersCreateRequest type exposes the following members.

Constructors

  Name Description
Public method EntityMembersCreateRequest() Initializes a new instance of the EntityMembersCreateRequest class that has default values.
Public method EntityMembersCreateRequest(International, EntityMembers, Boolean) Initializes a new instance of the EntityMembersCreateRequest class with the specified values.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field International Specifies the cultural settings.
Public field Members Specifies the entity members.
Public field ReturnCreatedIdentifiers Indicates whether the object should be returned with the newly generated ID.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices Namespace