| AkJsonList Class |
Namespace: Appkit.Web.UI
[SerializableAttribute] public class AkJsonList : List<AkJson>
The AkJsonList type exposes the following members.
| Name | Description | |
|---|---|---|
| AkJsonList |
| Name | Description | |
|---|---|---|
| AddChild |
新建AkJson对象并增加到集合中。
新建的AkJson对象、默认被设置与集合相同的类型名称。 | |
| AddChild(String) |
新建AkJson对象并增加到集合中。
| |
| FromListT(ListDictionaryString, T) |
从对象集合获取AkJson对象集合。
| |
| FromListT(ListDictionaryString, T, String) |
从对象集合获取AkJson对象集合。
| |
| GetOutput |
获取输出到页面的JS代码。
| |
| New |
构造。
| |
| New(String) |
构造。
| |
| Output |
输出到页面。
| |
| OutputVar |
输出 JSON 变量赋值。
该变量应该已经声明。 | |
| SetObjectType |
设置对象类型名称。
支持链式操作。 | |
| ToString |
转换为 JSON 字符串。
(Overrides ObjectToString.) |