BRAttributeArgument Clase

Definición

Un argumento que hace referencia a atributos en lugar de valores.

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

Comentarios

El BRAttributeArgument tipo complejo especifica el tipo de argumento para comparar atributos dentro de una regla de negocio.

Constructores

Nombre Description
BRAttributeArgument()

Constructor.

Propiedades

Nombre Description
AttributeId

Especifica el ID de atributo.

(Heredado de BRAttributeArgumentBase)
ChildArguments

Especifica el conjunto de argumentos hijos.

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