Partager via


Classe BRAttributeArgumentBase

Represents the base complex type for business rule attribute arguments. This class is abstract.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeArgumentBase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRDomainBasedAttributeArgument))> _
<KnownTypeAttribute(GetType(BRAttributeArgument))> _
Public MustInherit Class BRAttributeArgumentBase _
    Inherits BRArgument _
    Implements IBRAttributeArgumentContainer, IBRArgument
'Utilisation
Dim instance As BRAttributeArgumentBase
[SerializableAttribute]
[DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
public abstract class BRAttributeArgumentBase : BRArgument, 
    IBRAttributeArgumentContainer, IBRArgument
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAttributeArgumentBase", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
public ref class BRAttributeArgumentBase abstract : public BRArgument, 
    IBRAttributeArgumentContainer, IBRArgument
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))>]
[<KnownTypeAttribute(typeof(BRAttributeArgument))>]
type BRAttributeArgumentBase =  
    class
        inherit BRArgument
        interface IBRAttributeArgumentContainer
        interface IBRArgument
    end
public abstract class BRAttributeArgumentBase extends BRArgument implements IBRAttributeArgumentContainer, IBRArgument

Le type BRAttributeArgumentBase expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée BRAttributeArgumentBase Initializes a new instance of the BRAttributeArgumentBase class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AttributeId When overridden in a derived class, gets or sets the attribute ID.
Propriété publique Identifier When overridden in a derived class, gets or sets a unique identifier of the argument. (hérité de BRArgument.)
Propriété publique PropertyName When overridden in a derived class, gets or sets the property name. (hérité de BRArgument.)
Propriété publique PropertyType When overridden in a derived class, gets the property type. (remplace BRArgument. . :: . .PropertyType.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

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.