Click or drag to resize
JishifldList Class
纪事目录集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListJishifld
    Appkit.DataAkObjectListJishifld
      Appkit.Sys.ObjectJishifldList

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

The JishifldList type exposes the following members.

Constructors
  NameDescription
Public methodJishifldList
构造纪事目录集合。

未加载。

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

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

Public methodJishifldList(String, Object)
根据属性构造纪事目录集合并加载。
Top
Methods
  NameDescription
Public methodFindByFldname
按照目录名称查找纪事目录。
Public methodStatic memberNew
构造纪事目录集合。

未加载。

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

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

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