BRDomainBasedAttributeArgument Clase

Definición

Especifica el contenedor para definir argumentos basados en valores en atributos de entidades relacionadas.

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

Comentarios

El BRDomainBasedAttributeArgument tipo complejo especifica el contenedor para definir argumentos basados en valores en atributos de entidades relacionados.

Constructores

Nombre Description
BRDomainBasedAttributeArgument()

Inicializa una nueva instancia de la clase BRDomainBasedAttributeArgument.

Propiedades

Nombre Description
AttributeId

Especifica el ID de atributo.

(Heredado de BRAttributeArgumentBase)
ChildArgument

Especifica el argumento del atributo hijo. Required.

Identifier

Identifica el argumento de forma única.

(Heredado de BRArgument)
LeafNodeAttribute

Especifica detalles para el argumento de atributo de nivel inferior.

PropertyName

Especifica el nombre de la propiedad.

(Heredado de BRArgument)

Métodos

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

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

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

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

(Heredado de DataContractBase)

Se aplica a