EntityMembers Class

Definition

Represents a collection of members from a single entity and member type along with their context.

public ref class EntityMembers : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityMembers", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembers : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="EntityMembers", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembers = class
    inherit DataContractBase
Public Class EntityMembers
Inherits DataContractBase
Inheritance
EntityMembers
Attributes

Constructors

EntityMembers()

Initializes a new instance of the EntityMembers class.

Properties

EntityId

Gets or sets the ID of the entity for the contained members.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Members

Gets or sets a list of members for the identified entity and member type.

MemberType

Gets or sets the member type.

ModelId

Gets or sets the ID of the model for the contained members.

VersionId

Gets or sets the ID of the version for the contained members.

Applies to