Condividi tramite


Classe BRFreeformArgument

Represents a business rule freeform argument.

Gerarchia di ereditarietà

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

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

Sintassi

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

Nel tipo BRFreeformArgument sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
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.
Proprietà pubblica Value Gets or sets the value.

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.