Condividi tramite


Interfaccia IBRAttributeArgumentParent

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

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

Nel tipo IBRAttributeArgumentParent sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ChildArgument Gets or sets the child attribute argument.
Proprietà pubblica Identifier Gets or sets a business rule argument ID. Ereditato da IBRArgument.
Proprietà pubblica PropertyName Gets or sets a business rule argument property name. Ereditato da IBRArgument.
Proprietà pubblica PropertyType Gets or sets a business rule argument property type. Ereditato da IBRArgument.

In alto