Compartir a través de


Interfaz IBRAttributeArgumentContainer

Represents an container for business rule argument attributes.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
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

El tipo IBRAttributeArgumentContainer expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Identifier Gets or sets a business rule argument ID. (Se hereda de IBRArgument.)
Propiedad pública PropertyName Gets or sets a business rule argument property name. (Se hereda de IBRArgument.)
Propiedad pública PropertyType Gets or sets a business rule argument property type. (Se hereda de IBRArgument.)

Arriba