BRAttributeArgumentBase Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Base per tutti i tipi 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
- Ereditarietà
- Derivato
- Attributi
- Implementazioni
Commenti
Il BRAttributeTypeInfo tipo complesso specifica le informazioni sul tipo di attributo per gli attributi della regola business.
Costruttori
BRAttributeArgumentBase() |
Costruttore. |
Proprietà
AttributeId |
Specifica l'ID attributo. |
Identifier |
Identifica in modo univoco l'argomento. (Ereditato da BRArgument) |
LeafNodeAttribute |
Specificadetails per l'argomento attributo di livello inferiore. |
PropertyName |
Specifica il nome della proprietà. (Ereditato da BRArgument) |
Metodi
SetProperty<T>(T, T, String) |
Modifica la proprietà impostandola sul valore specificato. |
SetProperty<T>(T, T, String, Boolean) |
Modifica la proprietà impostandola sul valore specificato. |