Click or drag to resize
DeptroleList Class
角色集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListDeptrole
    Appkit.DataAkObjectListDeptrole
      Appkit.Sys.ObjectDeptroleList

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

The DeptroleList type exposes the following members.

Constructors
  NameDescription
Public methodDeptroleList
构造角色集合。

未加载。

Public methodDeptroleList(String)
根据表达式构造角色集合并加载。
Public methodDeptroleList(AkObject)
根据父对象构造角色集合并加载。

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

Public methodDeptroleList(String, Object)
根据属性构造角色集合并加载。
Top
Methods
  NameDescription
Public methodFindByRcode
按照岗位编码查找角色。
Public methodFindByRname
按照岗位名称查找角色。
Public methodStatic memberNew
构造角色集合。

未加载。

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

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

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