BRAttributeArgument 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 d’argument pour comparer les attributs dans une règle métier.
public ref class BRAttributeArgument : Microsoft::MasterDataServices::BRAttributeArgumentBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeArgument : Microsoft.MasterDataServices.BRAttributeArgumentBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeArgument = class
inherit BRAttributeArgumentBase
Public Class BRAttributeArgument
Inherits BRAttributeArgumentBase
- Héritage
- Attributs
Remarques
Le type d’argument correspond aux valeurs définies pour chaque membre, par opposition à une valeur spécifique pour tous les membres.
Constructeurs
| Nom | Description |
|---|---|
| BRAttributeArgument() |
Initialise une nouvelle instance de la classe BRAttributeArgument. |
Propriétés
| Nom | Description |
|---|---|
| AttributeId |
Obtient ou définit l’ID d’attribut d’un argument de règle métier. (Hérité de BRAttributeArgumentBase) |
| ChildArguments |
Obtient ou définit une série d’arguments enfants. |
| 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) |