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 继承。)

页首