BRAttributeArgumentBase Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Una base para todos los tipos de BRAttributeArgument.
public ref class BRAttributeArgumentBase abstract : Microsoft::MasterDataServices::Services::DataContracts::BRArgument, Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentContainer
[System.Runtime.Serialization.DataContract(Name="BRAttributeArgumentBase", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRDomainBasedAttributeArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument))]
[System.Serializable]
public abstract class BRAttributeArgumentBase : Microsoft.MasterDataServices.Services.DataContracts.BRArgument, Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentContainer
[<System.Runtime.Serialization.DataContract(Name="BRAttributeArgumentBase", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRDomainBasedAttributeArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument))>]
[<System.Serializable>]
type BRAttributeArgumentBase = class
inherit BRArgument
interface IBRAttributeArgumentContainer
interface IBRArgument
Public MustInherit Class BRAttributeArgumentBase
Inherits BRArgument
Implements IBRAttributeArgumentContainer
- Herencia
- Derivado
- Atributos
- Implementaciones
Comentarios
El BRAttributeTypeInfo tipo complejo especifica la información del tipo de atributo para los atributos de la regla de negocios.
Constructores
BRAttributeArgumentBase() |
Constructor. |
Propiedades
AttributeId |
Especifica el identificador de atributo. |
Identifier |
Identifica de forma única el argumento . (Heredado de BRArgument) |
LeafNodeAttribute |
Especificadetails para el 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. |
SetProperty<T>(T, T, String, Boolean) |
Cambia la propiedad al valor especificado. |