IBRAttributeArgumentContainer 接口

Represents an container for business rule argument attributes.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public Interface IBRAttributeArgumentContainer _
    Inherits IBRArgument
用法
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =  
    interface
        interface IBRArgument
    end
public interface IBRAttributeArgumentContainer extends IBRArgument

IBRAttributeArgumentContainer 类型公开以下成员。

属性

  名称 说明
公共属性 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 继承。)

页首