Click or drag to resize
NoticetypeList Class
提示类别集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListNoticetype
    Appkit.DataAkObjectListNoticetype
      Appkit.Sys.ObjectNoticetypeList

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

The NoticetypeList type exposes the following members.

Constructors
  NameDescription
Public methodNoticetypeList
构造提示类别集合。

未加载。

Public methodNoticetypeList(String)
根据表达式构造提示类别集合并加载。
Public methodNoticetypeList(AkObject)
根据父对象构造提示类别集合并加载。

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

Public methodNoticetypeList(String, Object)
根据属性构造提示类别集合并加载。
Top
Methods
  NameDescription
Public methodFindByFenlmc
按照分类名称查找提示类别。
Public methodStatic memberNew
构造提示类别集合。

未加载。

Public methodStatic memberNew(String)
根据表达式构造提示类别集合并加载。
Public methodStatic memberNew(AkObject)
根据父对象构造提示类别集合并加载。

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

Public methodStatic memberNew(String, Object)
根据属性构造提示类别集合并加载。
Top
See Also