Share via


IBRAttributeArgumentParent-Schnittstelle

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

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

Syntax

'Declaration
Public Interface IBRAttributeArgumentParent _
    Inherits IBRAttributeArgumentContainer, IBRArgument
'Usage
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

Der IBRAttributeArgumentParent-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ChildArgument Gets or sets the child attribute argument.
Ö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