Interface IBRAttributeArgumentContainer
Represents an interface for BRArguments that contain an attribute argument, either as the argument itself or as a child argument.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
Public Interface IBRAttributeArgumentContainer _
Inherits IBRArgument
'Uso
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =
interface
interface IBRArgument
end
public interface IBRAttributeArgumentContainer extends IBRArgument
O tipo IBRAttributeArgumentContainer expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Identifier | Gets or sets the business rule argument identifier. (Herdado de IBRArgument.) | |
PropertyName | Gets or sets the business rule argument property name. (Herdado de IBRArgument.) | |
PropertyType | Gets the business rule argument property type. (Herdado de IBRArgument.) |
Início
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts