Compartir a través de


Interfaz IBRAttributeArgumentParent

Represents an interface for BRArguments that can have a child attribute argument.

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

Sintaxis

'Declaración
Public Interface IBRAttributeArgumentParent _
    Inherits IBRAttributeArgumentContainer, IBRArgument
'Uso
Dim instance As IBRAttributeArgumentParent
public interface IBRAttributeArgumentParent : IBRAttributeArgumentContainer, 
    IBRArgument
public interface class IBRAttributeArgumentParent : IBRAttributeArgumentContainer, 
    IBRArgument
type IBRAttributeArgumentParent =  
    interface 
        interface IBRAttributeArgumentContainer 
        interface IBRArgument 
    end
public interface IBRAttributeArgumentParent extends IBRAttributeArgumentContainer, IBRArgument

El tipo IBRAttributeArgumentParent expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ChildArgument Gets or sets the child attribute argument.
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