| DeptroleList Class |
Namespace: Appkit.Sys.Object
[SerializableAttribute] public class DeptroleList : AkObjectList<Deptrole>
The DeptroleList type exposes the following members.
| Name | Description | |
|---|---|---|
| DeptroleList |
构造角色集合。
未加载。 | |
| DeptroleList(String) |
根据表达式构造角色集合并加载。
| |
| DeptroleList(AkObject) |
根据父对象构造角色集合并加载。
即指定父对象的相关子对象的集合。 | |
| DeptroleList(String, Object) |
根据属性构造角色集合并加载。
|
| Name | Description | |
|---|---|---|
| FindByRcode |
按照岗位编码查找角色。
| |
| FindByRname |
按照岗位名称查找角色。
| |
| New |
构造角色集合。
未加载。 | |
| New(String) |
根据表达式构造角色集合并加载。
| |
| New(AkObject) |
根据父对象构造角色集合并加载。
即指定父对象的相关子对象的集合。 | |
| New(String, Object) |
根据属性构造角色集合并加载。
|