Click or drag to resize
StaffrosterList Class
用户组集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListStaffroster
    Appkit.DataAkObjectListStaffroster
      Appkit.Sys.ObjectStaffrosterList

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

The StaffrosterList type exposes the following members.

Constructors
  NameDescription
Public methodStaffrosterList
构造用户组集合。

未加载。

Public methodStaffrosterList(String)
根据表达式构造用户组集合并加载。
Public methodStaffrosterList(AkObject)
根据父对象构造用户组集合并加载。

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

Public methodStaffrosterList(String, Object)
根据属性构造用户组集合并加载。
Top
Methods
  NameDescription
Public methodFindBySrname
按照用户组名称查找用户组。
Public methodStatic memberNew
构造用户组集合。

未加载。

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

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

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