Compartilhar via


Interface IBRAttributeArgumentContainer

Represents an container for business rule argument attributes.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.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
Propriedade pública Identifier Gets or sets a business rule argument ID. (Herdado de IBRArgument.)
Propriedade pública PropertyName Gets or sets a business rule argument property name. (Herdado de IBRArgument.)
Propriedade pública PropertyType Gets or sets a business rule argument property type. (Herdado de IBRArgument.)

Início