Condividi tramite


Classe HierarchyMembersGetCriteria

Represents the criteria that are used by HierarchyMembersGet.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.HierarchyMembersGetCriteria

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "HierarchyMembersGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class HierarchyMembersGetCriteria _
    Inherits DataContractBase
'Utilizzo
Dim instance As HierarchyMembersGetCriteria
[DataContractAttribute(Name = "HierarchyMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class HierarchyMembersGetCriteria : DataContractBase
[DataContractAttribute(Name = L"HierarchyMembersGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class HierarchyMembersGetCriteria : public DataContractBase
[<DataContractAttribute(Name = "HierarchyMembersGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyMembersGetCriteria =  
    class 
        inherit DataContractBase 
    end
public class HierarchyMembersGetCriteria extends DataContractBase

Nel tipo HierarchyMembersGetCriteria sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico HierarchyMembersGetCriteria Initializes a new instance of the HierarchyMembersGetCriteria class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Ancestors Gets or sets a value that indicates whether the ancestors of the supplied member code will be retrieved.
Proprietà pubblica HierarchyId Gets or sets the hierarchy identifier being looked up.
Proprietà pubblica HierarchyType Gets or sets the type of hierarchy being queried.
Proprietà pubblica MemberType Gets or sets the type of members that are retrieved by the operation.
Proprietà pubblica ModelId Gets or sets the model identifier of the hierarchy being queried.
Proprietà pubblica ParentEntityId Gets or sets the identifier of the parent entity from which to get the members.
Proprietà pubblica ParentMember Gets or sets the member code from which to get the children.
Proprietà pubblica RowLimit Gets or sets the amount of rows retrieved by the operation.
Proprietà pubblica SearchTerm Gets or sets the criteria by which to search the hierarchy.
Proprietà pubblica UserId Gets or sets the user identifier for whom to get the members.
Proprietà pubblica VersionId Gets or sets the version identifier of the data being queried.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto SetProperty<T> Infrastruttura. Sets the property using the specified values. Ereditato da DataContractBase.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts