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