BRDomainBasedAttributeArgument Clase

Definición

Especifica el contenedor para definir argumentos basados en valores de atributos de entidad relacionada.

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 de atributos de entidad relacionados.

Constructores

BRDomainBasedAttributeArgument()

Inicializa una nueva instancia de la clase BRDomainBasedAttributeArgument.

Propiedades

AttributeId

Especifica el identificador de atributo.

(Heredado de BRAttributeArgumentBase)
ChildArgument

Especifica el argumento de atributo secundario. Necesario.

Identifier

Identifica de forma única el argumento .

(Heredado de BRArgument)
LeafNodeAttribute

Especifica los detalles del argumento de atributo de nivel inferior.

PropertyName

Especifica el nombre de la propiedad.

(Heredado de BRArgument)

Métodos

SetProperty<T>(T, T, String)

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

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

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

(Heredado de DataContractBase)

Se aplica a