Clase BRHierarchyArgument
Specifies the business rule argument specific to parent-child relationship arguments.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRHierarchyArgument
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<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
El tipo BRHierarchyArgument expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BRHierarchyArgument | Initializes a new instance of the BRHierarchyArgument class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ChildArgument | Gets or sets the child argument. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
HierarchyId | Gets or sets the hierarchy ID. | |
Identifier | Gets or sets the ID of the business rule argument. (Se hereda de BRArgument.) | |
PropertyName | Gets or sets the property name.. (Se hereda de BRArgument.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.