共用方式為


IBRAttributeArgumentParent 介面

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
Public Interface IBRAttributeArgumentParent _
    Inherits IBRAttributeArgumentContainer, IBRArgument
'用途
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

IBRAttributeArgumentParent 型別公開下列成員。

屬性

  名稱 說明
公用屬性 ChildArgument Gets or sets the child attribute argument.
公用屬性 Identifier Gets or sets a business rule argument ID. (繼承自 IBRArgument。)
公用屬性 PropertyName Gets or sets a business rule argument property name. (繼承自 IBRArgument。)
公用屬性 PropertyType Gets or sets a business rule argument property type. (繼承自 IBRArgument。)

上層