BRAttributeArgumentBase Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Uma base para todos os 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
- Herança
- Derivado
- Atributos
- Implementações
Comentários
O BRAttributeTypeInfo tipo complexo especifica as informações de tipo de atributo para atributos de regra de negócios.
Construtores
BRAttributeArgumentBase() |
Construtor. |
Propriedades
AttributeId |
Especifica a ID do atributo. |
Identifier |
Identifica exclusivamente o argumento . (Herdado de BRArgument) |
LeafNodeAttribute |
Especificadetails para o argumento de atributo de nível inferior. |
PropertyName |
Especifica o nome da propriedade. (Herdado de BRArgument) |
Métodos
SetProperty<T>(T, T, String) |
Altera a propriedade para o valor determinado. |
SetProperty<T>(T, T, String, Boolean) |
Altera a propriedade para o valor determinado. |