Click or drag to resize
JishiList Class
纪事集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListJishi
    Appkit.DataAkObjectListJishi
      Appkit.Sys.ObjectJishiList

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
[SerializableAttribute]
public class JishiList : AkObjectList<Jishi>

The JishiList type exposes the following members.

Constructors
  NameDescription
Public methodJishiList
构造纪事集合。

未加载。

Public methodJishiList(String)
根据表达式构造纪事集合并加载。
Public methodJishiList(AkObject)
根据父对象构造纪事集合并加载。

即指定父对象的相关子对象的集合。

Public methodJishiList(String, Object)
根据属性构造纪事集合并加载。
Top
Methods
  NameDescription
Public methodFindByTitle
按照标题查找纪事。
Public methodStatic memberNew
构造纪事集合。

未加载。

Public methodStatic memberNew(String)
根据表达式构造纪事集合并加载。
Public methodStatic memberNew(AkObject)
根据父对象构造纪事集合并加载。

即指定父对象的相关子对象的集合。

Public methodStatic memberNew(String, Object)
根据属性构造纪事集合并加载。
Top
See Also