Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the freeform argument type for business rule arguments.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
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 the structure that contains extra data. (Herdado de DataContractBase.) |
![]() |
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.
.gif)
.gif)
.gif)