Click or drag to resize
DeptList Class
部门集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListDept
    Appkit.DataAkObjectListDept
      Appkit.Sys.ObjectDeptList

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

The DeptList type exposes the following members.

Constructors
  NameDescription
Public methodDeptList
构造部门集合。

未加载。

Public methodDeptList(String)
根据表达式构造部门集合并加载。
Public methodDeptList(AkObject)
根据父对象构造部门集合并加载。

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

Public methodDeptList(String, Object)
根据属性构造部门集合并加载。
Top
Methods
  NameDescription
Public methodFindByDcode
按照部门代码查找部门。
Public methodFindByDname
按照部门名称查找部门。
Public methodStatic memberNew
构造部门集合。

未加载。

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

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

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