Condividi tramite


Classe BRAttributeValueArgument

Represents a business rule attribute value argument.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
    Microsoft.MasterDataServices.Services.DataContracts..::..BRAttributeValueArgument

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeValueArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeValueArgument _
    Inherits BRArgument
'Utilizzo
Dim instance As BRAttributeValueArgument
[SerializableAttribute]
[DataContractAttribute(Name = "BRAttributeValueArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeValueArgument : BRArgument
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAttributeValueArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeValueArgument : public BRArgument
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRAttributeValueArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeValueArgument =  
    class
        inherit BRArgument
    end
public class BRAttributeValueArgument extends BRArgument

Nel tipo BRAttributeValueArgument sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeCode Gets or sets the attribute code.
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 BRArgument. . :: . .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.