BRAttributeArgumentBase Clase

Definición

Representa el tipo base de complejo para argumentos de atributos de reglas de negocio.

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

Constructores

Nombre Description
BRAttributeArgumentBase()

Inicializa una nueva instancia de la clase BRAttributeArgumentBase.

Propiedades

Nombre Description
AttributeId

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

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