Classe BRHierarchyArgument
Specifies the business rule argument specific to parent-child relationship arguments.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRHierarchyArgument
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "BRHierarchyArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRHierarchyArgument _
Inherits BRArgument
'Uso
Dim instance As BRHierarchyArgument
[DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRHierarchyArgument : BRArgument
[DataContractAttribute(Name = L"BRHierarchyArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRHierarchyArgument : public BRArgument
[<DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRHierarchyArgument =
class
inherit BRArgument
end
public class BRHierarchyArgument extends BRArgument
O tipo BRHierarchyArgument expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRHierarchyArgument | Initializes a new instance of the BRHierarchyArgument class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ChildArgument | Gets or sets the child argument. | |
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de DataContractBase.) | |
HierarchyId | Gets or sets the hierarchy ID. | |
Identifier | Gets or sets the ID of the business rule argument. (Herdado de BRArgument.) | |
PropertyName | Gets or sets the property name.. (Herdado de BRArgument.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.