Click or drag to resize
Safety_itemList Class
数据安全项集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListSafety_item
    Appkit.DataAkObjectListSafety_item
      Appkit.Sys.ObjectSafety_itemList

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

The Safety_itemList type exposes the following members.

Constructors
  NameDescription
Public methodSafety_itemList
构造数据安全项集合。

未加载。

Public methodSafety_itemList(String)
根据表达式构造数据安全项集合并加载。
Public methodSafety_itemList(AkObject)
根据父对象构造数据安全项集合并加载。

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

Public methodSafety_itemList(String, Object)
根据属性构造数据安全项集合并加载。
Top
Methods
  NameDescription
Public methodFindByGrantee_name
按照访问者名称查找数据安全项。
Public methodFindById
按照数据_被授予查找数据安全项。
Public methodStatic memberNew
构造数据安全项集合。

未加载。

Public methodStatic memberNew(String)
根据表达式构造数据安全项集合并加载。
Public methodStatic memberNew(AkObject)
根据父对象构造数据安全项集合并加载。

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

Public methodStatic memberNew(String, Object)
根据属性构造数据安全项集合并加载。
Top
See Also