Partager via


Classe BRDomainBasedAttributeArgument

Represents an attribute argument that has a child attribute argument.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
    Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRAttributeArgumentBase
      Microsoft.MasterDataServices.Services.DataContracts..::..BRDomainBasedAttributeArgument

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

Syntaxe

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

Le type BRDomainBasedAttributeArgument expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BRDomainBasedAttributeArgument Initializes a new instance of the BRDomainBasedAttributeArgument 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. (hérité de BRAttributeArgumentBase.)
Propriété publique ChildArgument Gets or sets the child attribute argument.
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 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 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.