创建Javascript对象参数的帮助类
更多...
|
int | Count [get] |
| 已经添加属性的个数
|
|
◆ JsObjectBuilder() [1/3]
FineUICore.JsObjectBuilder.JsObjectBuilder |
( |
| ) |
|
◆ JsObjectBuilder() [2/3]
FineUICore.JsObjectBuilder.JsObjectBuilder |
( |
string |
propertyName, |
|
|
object |
propertyValue |
|
) |
| |
构造函数
- 参数
-
propertyName | 属性名 |
propertyValue | 属性值 |
◆ JsObjectBuilder() [3/3]
FineUICore.JsObjectBuilder.JsObjectBuilder |
( |
string |
propertyName, |
|
|
object |
propertyValue, |
|
|
bool |
persistOriginal |
|
) |
| |
构造函数
- 参数
-
propertyName | 属性名 |
propertyValue | 属性值 |
persistOriginal | 是否保持原样 |
◆ AddProperty() [1/2]
void FineUICore.JsObjectBuilder.AddProperty |
( |
string |
propertyName, |
|
|
object |
propertyValue |
|
) |
| |
添加属性
- 参数
-
propertyName | 属性名 |
propertyValue | 属性值 |
◆ AddProperty() [2/2]
void FineUICore.JsObjectBuilder.AddProperty |
( |
string |
propertyName, |
|
|
object |
propertyValue, |
|
|
bool |
persistOriginal |
|
) |
| |
添加属性
- 参数
-
propertyName | 属性名 |
propertyValue | 属性值 |
persistOriginal | 是否保持原样 |
◆ ContainsProperty()
bool FineUICore.JsObjectBuilder.ContainsProperty |
( |
string |
propertyName | ) |
|
◆ GetProperty()
string FineUICore.JsObjectBuilder.GetProperty |
( |
string |
propertyName | ) |
|
◆ RemoveProperty()
void FineUICore.JsObjectBuilder.RemoveProperty |
( |
string |
propertyName | ) |
|
◆ ToString()
override string FineUICore.JsObjectBuilder.ToString |
( |
| ) |
|
返回对象的JSON字符串形式
- 返回
- 对象的JSON形式
◆ Count
int FineUICore.JsObjectBuilder.Count |
|
get |
该类的文档由以下文件生成: