Interface IBRArgument
Represents the interface for all business rule arguments.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
Public Interface IBRArgument
'Uso
Dim instance As IBRArgument
public interface IBRArgument
public interface class IBRArgument
type IBRArgument = interface end
public interface IBRArgument
O tipo IBRArgument expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Identifier | Gets or sets a business rule argument ID. | |
PropertyName | Gets or sets a business rule argument property name. | |
PropertyType | Gets or sets a business rule argument property type. |
Início