BRAttributeArgumentBase Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente le type complexe de base pour les arguments d’attributs des règles métier.
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
- Héritage
- Dérivé
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| BRAttributeArgumentBase() |
Initialise une nouvelle instance de la classe BRAttributeArgumentBase. |
Propriétés
| Nom | Description |
|---|---|
| AttributeId |
Obtient ou définit l’ID d’attribut d’un argument de règle métier. |
| ExtensionData |
Obtient ou définit la structure qui contient des données supplémentaires. (Hérité de DataContractBase) |
| Identifier |
Obtient ou définit l’ID de l’argument de la règle métier. (Hérité de BRArgument) |
| PropertyName |
Obtient ou fixe le nom de la propriété... (Hérité de BRArgument) |