Condividi tramite


Classe BRBlankArgument

Represents a specialized argument for providing blank as a value in conditions and validation action.

Gerarchia di ereditarietà

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

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

Sintassi

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

Nel tipo BRBlankArgument sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BRBlankArgument Initializes a new instance of the BRBlankArgument 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.

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.