Partilhar via


Classe BRHierarchyArgument

Represents a hierarchy argument that must have a child attribute argument.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRArgument
      Microsoft.MasterDataServices.Services.DataContracts.BRHierarchyArgument

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<DataContractAttribute(Name := "BRHierarchyArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRHierarchyArgument _
    Inherits BRArgument _
    Implements IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
'Uso
Dim instance As BRHierarchyArgument
[SerializableAttribute]
[DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRHierarchyArgument : BRArgument, 
    IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
[SerializableAttribute]
[DataContractAttribute(Name = L"BRHierarchyArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRHierarchyArgument : public BRArgument, 
    IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRHierarchyArgument =  
    class 
        inherit BRArgument 
        interface IBRAttributeArgumentParent 
        interface IBRAttributeArgumentContainer 
        interface IBRArgument 
    end
public class BRHierarchyArgument extends BRArgument implements IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument

O tipo BRHierarchyArgument expõe os membros a seguir.

Construtores

  Nome Descrição
Método público BRHierarchyArgument Initializes a new instance of the BRHierarchyArgument class.

Início

Propriedades

  Nome Descrição
Propriedade pública ChildArgument Gets or sets the child attribute argument.
Propriedade pública HierarchyId Gets or sets the hierarchy identifier.
Propriedade pública Identifier Gets or sets a unique identifier of the argument. (Herdado de BRArgument.)
Propriedade pública PropertyName Gets or sets the property name of the argument. (Herdado de BRArgument.)
Propriedade pública PropertyType Gets the property type. (Substitui BRArgument.PropertyType.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido SetProperty<T> Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts