BRAttributeArgument Clase

Definición

Representa el tipo de argumento para comparar atributos dentro de una regla de negocio.

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

Comentarios

El tipo de argumento es el conjunto de valores para cada miembro en lugar de un valor específico contra todos los miembros.

Constructores

Nombre Description
BRAttributeArgument()

Inicializa una nueva instancia de la clase BRAttributeArgument.

Propiedades

Nombre Description
AttributeId

Obtiene o establece el ID de atributo de un argumento de regla de negocio.

(Heredado de BRAttributeArgumentBase)
ChildArguments

Obtiene o establece una serie de argumentos hijos.

ExtensionData

Obtiene o establece la estructura que contiene datos adicionales.

(Heredado de DataContractBase)
Identifier

Obtiene o establece el ID del argumento de la regla de negocio.

(Heredado de BRArgument)
PropertyName

Obtiene o establece el nombre de la propiedad...

(Heredado de BRArgument)

Se aplica a