IBRAttributeArgumentContainer 接口

Represents an interface for BRArguments that contain an attribute argument, either as the argument itself or as a child argument.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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 the business rule argument identifier. (从 IBRArgument 继承。)
公共属性 PropertyName Gets or sets the business rule argument property name. (从 IBRArgument 继承。)
公共属性 PropertyType Gets the business rule argument property type. (从 IBRArgument 继承。)

页首

请参阅

参考

Microsoft.MasterDataServices.Services.DataContracts 命名空间