Partager via


Interface IBRAttributeArgumentParent

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
Public Interface IBRAttributeArgumentParent _
    Inherits IBRAttributeArgumentContainer, IBRArgument
'Utilisation
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

Le type IBRAttributeArgumentParent expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ChildArgument Gets or sets the child attribute argument.
Propriété publique Identifier Gets or sets a business rule argument ID. (hérité de IBRArgument.)
Propriété publique PropertyName Gets or sets a business rule argument property name. (hérité de IBRArgument.)
Propriété publique PropertyType Gets or sets a business rule argument property type. (hérité de IBRArgument.)

Haut de la page