Partager via


Classe BRAttributeArgument

Represents an attribute argument that cannot have child arguments.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRArgument
      Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgumentBase
        Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument

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

Syntaxe

'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeArgument _
    Inherits BRAttributeArgumentBase
'Utilisation
Dim instance As BRAttributeArgument
[SerializableAttribute]
[DataContractAttribute(Name = "BRAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeArgument : BRAttributeArgumentBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeArgument : public BRAttributeArgumentBase
[<SerializableAttribute>]
[<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
Méthode publique BRAttributeArgument Initializes a new instance of the BRAttributeArgument class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AttributeId Gets or sets the attribute identifier. (hérité de BRAttributeArgumentBase.)
Propriété publique ChildArguments Gets or sets the collection of child arguments.
Propriété publique Identifier Gets or sets a unique identifier of the argument. (hérité de BRArgument.)
Propriété publique PropertyName Gets or sets the property name of the argument. (hérité de BRArgument.)
Propriété publique PropertyType Gets the property type. (remplace BRAttributeArgumentBase.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 protégée SetProperty<T> Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.)
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.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts