Classe BRFreeformArgument
Specifies the freeform argument type for business rule arguments.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .BRArgument
Microsoft.MasterDataServices..::..BRFreeformArgument
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "BRFreeformArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRFreeformArgument _
Inherits BRArgument
'Uso
Dim instance As BRFreeformArgument
[DataContractAttribute(Name = "BRFreeformArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRFreeformArgument : BRArgument
[DataContractAttribute(Name = L"BRFreeformArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRFreeformArgument : public BRArgument
[<DataContractAttribute(Name = "BRFreeformArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRFreeformArgument =
class
inherit BRArgument
end
public class BRFreeformArgument extends BRArgument
O tipo BRFreeformArgument expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRFreeformArgument | Initializes a new instance of the BRFreeformArgument class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExtensionData | Gets or sets an object containing extra data. (Herdado de BRArgument.) | |
Identifier | Gets or sets the ID of the business rule argument. (Herdado de BRArgument.) | |
PropertyName | Gets or sets the property name.. (Herdado de BRArgument.) | |
Value | Gets or sets a string representing the business rule freeform argument. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.