BRHierarchyArgument Clase

Definición

Precaución

Explicit hierarchies are deprecated

Un argumento padre jerarquía explícito. Debe haber un argumento de atributo hijo.

public ref class BRHierarchyArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument, Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentParent
[System.Obsolete("Explicit hierarchies are deprecated")]
[System.Runtime.Serialization.DataContract(Name="BRHierarchyArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRHierarchyArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument, Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentParent
[<System.Obsolete("Explicit hierarchies are deprecated")>]
[<System.Runtime.Serialization.DataContract(Name="BRHierarchyArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRHierarchyArgument = class
    inherit BRArgument
    interface IBRAttributeArgumentParent
    interface IBRAttributeArgumentContainer
    interface IBRArgument
Public Class BRHierarchyArgument
Inherits BRArgument
Implements IBRAttributeArgumentParent
Herencia
BRHierarchyArgument
Atributos
Implementaciones

Comentarios

El BRHierarchyArgument tipo complejo contiene los argumentos de reglas de negocio que se relacionan con miembros hijos de una jerarquía explícita.

Constructores

Nombre Description
BRHierarchyArgument()
Obsoletos.

Constructor.

Propiedades

Nombre Description
ChildArgument
Obsoletos.

Especifica el argumento del atributo hijo.

HierarchyId
Obsoletos.

Especifica el identificador jerárquico.

Identifier
Obsoletos.

Identifica el argumento de forma única.

(Heredado de BRArgument)
LeafNodeAttribute
Obsoletos.

Especifica detalles para el argumento de atributo de nivel inferior.

PropertyName
Obsoletos.

Especifica el nombre de la propiedad.

(Heredado de BRArgument)

Métodos

Nombre Description
SetProperty<T>(T, T, String, Boolean)
Obsoletos.

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)
SetProperty<T>(T, T, String)
Obsoletos.

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)

Se aplica a