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.
Representa o tipo de base complexo para argumentos de atributos da regra de negócio.
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
- Herança
- Derivado
- Atributos
Construtores
BRAttributeArgumentBase() |
Inicializa uma nova instância da classe BRAttributeArgumentBase. |
Propriedades
AttributeId |
Obtém ou define a ID de atributo de um argumento de regra de negócios. |
ExtensionData |
Obtém ou define a estrutura que contém dados extras. (Herdado de DataContractBase) |
Identifier |
Obtém ou define a ID do argumento de regra de negócios. (Herdado de BRArgument) |
PropertyName |
Obtém ou define o nome da propriedade.. (Herdado de BRArgument) |