IBRArgument 接口
Represents the interface for all business rule arguments.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
Public Interface IBRArgument
用法
Dim instance As IBRArgument
public interface IBRArgument
public interface class IBRArgument
type IBRArgument = interface end
public interface IBRArgument
IBRArgument 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Identifier | Gets or sets a business rule argument ID. | |
PropertyName | Gets or sets a business rule argument property name. | |
PropertyType | Gets or sets a business rule argument property type. |
页首