HierarchyMembersGetCriteria 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.
Criteria that is used by HierarchyMembersget.
public ref class HierarchyMembersGetCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="HierarchyMembersGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class HierarchyMembersGetCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="HierarchyMembersGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyMembersGetCriteria = class
inherit DataContractBase
Public Class HierarchyMembersGetCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The HierarchyMembersGetCriteria specifies the criteria that is used by HierarchyMembersget.
Constructors
HierarchyMembersGetCriteria() |
Default constructor |
Properties
Ancestors |
If true, then the ancestors of the supplied member code will be retrieved, otherwise (default) the children will be retrieved |
HierarchyId |
Specifies the hierarchy being looked up. |
HierarchyType |
Specifies the type of hierarchy being queried. |
MemberType |
Specifies the type of members that we are retrieving by this operation. |
ModelId |
Specifies the model of the hierarchy being queried. |
ParentEntityId |
Specifies the parent entity of which we are getting the members for. |
ParentMember |
Specifies the MemberCode of which we are getting the children for. |
RowLimit |
Specifies the amount of rows retrieved by this operation. |
SearchTerm |
Specifies the criteria by which you want to search the hierarchy. |
UserId |
Specifies the user of whom we get the members for. |
VersionId |
Specifies the version of the data being queried. |
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. |