BRAttributeValueArgument Clase

Definición

Un argumento de valor de atributo basado en dominios.

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

Comentarios

El BRAttributeValueArgument tipo complejo especifica el BRArgument valor libre establecido en condiciones y acciones de validación y se utiliza cuando se emplea el tipo de complejo BRArgument.

Constructores

Nombre Description
BRAttributeValueArgument()

Inicializa una nueva instancia de la clase BRAttributeValueArgument.

Propiedades

Nombre Description
AttributeCode

Especifica el código de atributo.

Identifier

Identifica el argumento de forma única.

(Heredado de BRArgument)
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