EntityMembers Class

Definition

A collection of the members from a single entity and member type.

public ref class EntityMembers : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="EntityMembers", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembers : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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

Remarks

The EntityMembers complex type contains a collection of the members from a single entity and member type, along with their context information.

Constructors

EntityMembers()

Default Constructor

Properties

ChangesetId

Specifies the member type of the criteria.

ChangeSetId

Specifies the member type of the criteria.

EntityId

Specifies the entity for the criteria.

Members

Specifies the entity members of the criteria.

MemberType

Specifies the workflow instance for the pending change

ModelId

Specifies the model for the criteria.

VersionId

Specifies the version for the criteria.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to