Click or drag to resize
Rank_obj_privList Class
私有数据权限集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListRank_obj_priv
    Appkit.DataAkObjectListRank_obj_priv
      Appkit.Sys.ObjectRank_obj_privList

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

The Rank_obj_privList type exposes the following members.

Constructors
  NameDescription
Public methodRank_obj_privList
构造私有数据权限集合。

未加载。

Public methodRank_obj_privList(String)
根据表达式构造私有数据权限集合并加载。
Public methodRank_obj_privList(AkObject)
根据父对象构造私有数据权限集合并加载。

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

Public methodRank_obj_privList(String, Object)
根据属性构造私有数据权限集合并加载。
Top
Methods
  NameDescription
Public methodFindById
按照标识查找私有数据权限。
Public methodStatic memberNew
构造私有数据权限集合。

未加载。

Public methodStatic memberNew(String)
根据表达式构造私有数据权限集合并加载。
Public methodStatic memberNew(AkObject)
根据父对象构造私有数据权限集合并加载。

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

Public methodStatic memberNew(String, Object)
根据属性构造私有数据权限集合并加载。
Top
See Also