EntityMembersUpdateRequest Class

Definition

Represents a request message for specifying the enity or entities to be updated in the EntityMembers complex type.

public ref class EntityMembersUpdateRequest
[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="EntityMembersUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersUpdateRequest
[<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="EntityMembersUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersUpdateRequest = class
Public Class EntityMembersUpdateRequest
Inheritance
EntityMembersUpdateRequest
Attributes

Remarks

If you attempt to update the Code attribute and any other attribute in one call to EntityMembersUpdateRequest, only the Code attribute is updated.

Constructors

EntityMembersUpdateRequest()

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

EntityMembersUpdateRequest(International, EntityMembers)

Initializes a new instance of the EntityMembersUpdateRequest class that has the specified cultural settings and entity members.

Fields

International

The cultural settings.

Members

The entity members.

Applies to