EntityMembersCreateRequest Class

Definition

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

public ref class EntityMembersCreateRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersCreateRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersCreateRequest = class
Public Class EntityMembersCreateRequest
Inheritance
EntityMembersCreateRequest
Attributes

Constructors

EntityMembersCreateRequest()

Initializes a new instance of the EntityMembersCreateRequest class that has default values.

EntityMembersCreateRequest(International, EntityMembers, Boolean)

Initializes a new instance of the EntityMembersCreateRequest class with the specified values.

Fields

International

Specifies the cultural settings.

Members

Specifies the entity members.

ReturnCreatedIdentifiers

Indicates whether the object should be returned with the newly generated ID.

Applies to