Click or drag to resize
DiaryList Class
日记集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListDiary
    Appkit.DataAkObjectListDiary
      Appkit.Sys.ObjectDiaryList

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

The DiaryList type exposes the following members.

Constructors
  NameDescription
Public methodDiaryList
构造日记集合。

未加载。

Public methodDiaryList(String)
根据表达式构造日记集合并加载。
Public methodDiaryList(AkObject)
根据父对象构造日记集合并加载。

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

Public methodDiaryList(String, Object)
根据属性构造日记集合并加载。
Top
Methods
  NameDescription
Public methodFindByDdate
按照日期查找日记。
Public methodStatic memberNew
构造日记集合。

未加载。

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

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

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