Partager via


Interface IBRAttributeArgumentContainer

Represents an container for business rule argument attributes.

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

Syntaxe

'Déclaration
Public Interface IBRAttributeArgumentContainer _
    Inherits IBRArgument
'Utilisation
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =  
    interface
        interface IBRArgument
    end
public interface IBRAttributeArgumentContainer extends IBRArgument

Le type IBRAttributeArgumentContainer expose les membres suivants.

Propriétés

  Nom Description
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