Partager via


Interface IBRAttributeArgumentParent

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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 the business rule argument identifier. (hérité de IBRArgument.)
Propriété publique PropertyName Gets or sets the business rule argument property name. (hérité de IBRArgument.)
Propriété publique PropertyType Gets the business rule argument property type. (hérité de IBRArgument.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts