Classe BRAttributeArgument
Represents the argument type for comparing attributes within a business rule.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRAttributeArgumentBase
Microsoft.MasterDataServices.BRAttributeArgument
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "BRAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeArgument _
Inherits BRAttributeArgumentBase
'Utilisation
Dim instance As BRAttributeArgument
[DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeArgument : BRAttributeArgumentBase
[DataContractAttribute(Name = L"BRAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeArgument : public BRAttributeArgumentBase
[<DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeArgument =
class
inherit BRAttributeArgumentBase
end
public class BRAttributeArgument extends BRAttributeArgumentBase
Le type BRAttributeArgument expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BRAttributeArgument | Initializes a new instance of the BRAttributeArgument class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AttributeId | Gets or sets the attribute ID of a business rule argument. (hérité de BRAttributeArgumentBase.) | |
ChildArguments | Gets or sets an array of child arguments. | |
ExtensionData | Gets or sets the structure that contains extra data. (hérité de DataContractBase.) | |
Identifier | Gets or sets the ID of the business rule argument. (hérité de BRArgument.) | |
PropertyName | Gets or sets the property name.. (hérité de BRArgument.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
The argument type is the values set for each member as opposed to a specific value against all members.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.