Condividi tramite


Classe BRDomainBasedAttributeArgument

Represents an attribute argument that has a child attribute argument.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BRDomainBasedAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRDomainBasedAttributeArgument _
    Inherits BRAttributeArgumentBase _
    Implements IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
'Utilizzo
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

Nel tipo BRDomainBasedAttributeArgument sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BRDomainBasedAttributeArgument Initializes a new instance of the BRDomainBasedAttributeArgument class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeId When overridden in a derived class, gets or sets the attribute ID. Ereditato da BRAttributeArgumentBase.
Proprietà pubblica ChildArgument Gets or sets the child attribute argument.
Proprietà pubblica Identifier When overridden in a derived class, gets or sets a unique identifier of the argument. Ereditato da BRArgument.
Proprietà pubblica PropertyName When overridden in a derived class, gets or sets the property name. Ereditato da BRArgument.
Proprietà pubblica PropertyType Gets the property type. Esegue l'override di BRAttributeArgumentBase. . :: . .PropertyType.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.