Share via


IBRAttributeArgumentContainer-Schnittstelle

Represents an container for business rule argument attributes.

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

Syntax

'Declaration
Public Interface IBRAttributeArgumentContainer _
    Inherits IBRArgument
'Usage
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =  
    interface
        interface IBRArgument
    end
public interface IBRAttributeArgumentContainer extends IBRArgument

Der IBRAttributeArgumentContainer-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Identifier Gets or sets a business rule argument ID. (Geerbt von IBRArgument.)
Öffentliche Eigenschaft PropertyName Gets or sets a business rule argument property name. (Geerbt von IBRArgument.)
Öffentliche Eigenschaft PropertyType Gets or sets a business rule argument property type. (Geerbt von IBRArgument.)

Zum Anfang