 | ConfigPropertyAttribute 构造函数 |
Sweet 开发框架
配置文件属性
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public ConfigPropertyAttribute(
string caption,
string description = "",
string unit = ""
)
Public Sub New (
caption As String,
Optional description As String = "",
Optional unit As String = ""
)
new :
caption : string *
?description : string *
?unit : string
(* Defaults:
let _description = defaultArg description ""
let _unit = defaultArg unit ""
*)
-> ConfigPropertyAttribute
参数
- caption
- 类型:SystemString
标题 - description (Optional)
- 类型:SystemString
描述 - unit (Optional)
- 类型:SystemString
单位
参见