类名 : DataDictItem
说明 : 数据字典数据项 属性 :
名称 | 说明 |
---|
ItemName | 数据名称 |
IsArray | 数据的值是否是数组类型的 |
ItemValue | 值,如果是数组,则用;隔开 |
成员 :
名称 | 说明 |
---|
StartTag | 变量前缀 |
EndTag | 变量后缀 |
TableName | 表名称 |
PropertyName_ItemName | 属性名称 |
PropertyName_IsArray | 属性名称 |
PropertyName_ItemValue | 属性名称 |
构造方法名称 : #ctor
构造方法名称 : #ctor(System.String,System.Boolean,System.String)
参数 | 说明 |
---|
"itemName" | 数据的名称 |
"isArray" |
|
"value" | 数据的值 |
返回值 |
---|
|
方法名称 : GetValue
方法名称 : GetKeyNames
方法名称 : GetKeyValue(System.String)
方法名称 : FindVariable(System.String,System.Int32,System.String@,System.Int32@,System.Int32@)
参数 | 说明 |
---|
"text" | 要匹配的文本 |
"from" | 开始索引 |
"word" | 搜索到的变量名称 |
"startIndex" | 搜索到的变量的开始索引 |
"endIndex" | 搜索到的变量的结束索引 |
返回值 |
---|
如果找到变量则返回true,否则返回false |
方法名称 : FindVariables(System.String)