EntityMembersGetCriteria Class
The criteria use to retrieve members.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::EntityMembersGetCriteria
| Name | Description | |
|---|---|---|
![]() | EntityMembersGetCriteria() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | AttributeGroupId | Gets or sets the attribute group identifier of the members to retrieve. |
![]() | Attributes | Gets or sets the attributes of the members to retrieve. |
![]() | ChangeSetId | Gets or sets the change set identifier of the members to retrieve. |
![]() | DisplayType | Obsolete. Gets or sets the display type of the members to retrieve. |
![]() | EntityId | Gets or sets the entity identifier of the members to retrieve. |
![]() | ExcludeAuditInfo | Gets or sets a value that indicates whether to exclude auditing information. |
![]() | HierarchyId | Gets or sets the hierarchy identifier of the members to get. |
![]() | HierarchyLevelNumber | Gets or sets the number of the derived hierarchy LevelNumber, where zero is the top level. Used when retrieving members under another member in a derived hierarchy. |
![]() | HierarchyType | Gets or sets the hierarchy type of the members to retrieve, when retrieving members under another in a hierarchy. This element MUST be used in conjunction with ParentMember and HierarchyId. |
![]() | IncludeUnchangedValue | Gets or sets a value that indicates whether to combine the pending changes with the existing attribute values. The element can only be set to "true" when the ChangeSetId is specified. |
![]() | MemberReturnOption | Gets or sets the return options of the members to retrieve. |
![]() | MemberType | Gets or sets the member type of the members to retrieve. |
![]() | ModelId | Gets or sets the model identifier of the members to retrieve. |
![]() | PageNumber | Gets or sets the page number of the members to retrieve. |
![]() | PageSize | Gets or sets the page size of the members to retrieve. |
![]() | ParentEntityId | Gets or sets the parent entity identifier of the members to retrieve when retrieving members under another in a hierarchy. This element MUST be used in conjunction with ParentMember and HierarchyId |
![]() | ParentMember | Ges or sets the parent member Code of the members to retrieve when retrieving members under another member in a hierarchy. This element MUST be used in conjunction with HierarchyId. |
![]() | SearchTerm | Gets or sets the search criteria of the members to retrieve. |
![]() | SortColumnId | Gets or sets the sort column of the members to retrieve. |
![]() | SortDirection | Gets or sets the sort direction of the members to retrieve. |
![]() | VersionId | Gets or sets the version of the members to retrieve. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
The EntityMembersGetCriteria specifies the criteria to use to identify the members that are to be retrieved.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


