Clase BRHierarchyArgument
Represents a hierarchy argument that must have a child attribute argument.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BRArgument
Microsoft.MasterDataServices.Services.DataContracts.BRHierarchyArgument
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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
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 attribute argument. | |
HierarchyId | Gets or sets the hierarchy identifier. | |
Identifier | Gets or sets a unique identifier of the argument. (Se hereda de BRArgument.) | |
PropertyName | Gets or sets the property name of the argument. (Se hereda de BRArgument.) | |
PropertyType | Gets the property type. (Invalida BRArgument.PropertyType.) |
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.) | |
SetProperty<T> | Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.) | |
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.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts