Compartir a través de


Interfaz IBRAttributeArgumentContainer

Represents an interface for BRArguments that contain an attribute argument, either as the argument itself or as a child argument.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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 the business rule argument identifier. (Se hereda de IBRArgument.)
Propiedad pública PropertyName Gets or sets the business rule argument property name. (Se hereda de IBRArgument.)
Propiedad pública PropertyType Gets the business rule argument property type. (Se hereda de IBRArgument.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts