EntityMembers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |