Partilhar via


Interface IBRAttributeArgumentParent

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
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

O tipo IBRAttributeArgumentParent expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ChildArgument Gets or sets the child attribute argument.
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