Click or drag to resize
InfocommentList Class
评论集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListInfocomment
    Appkit.DataAkObjectListInfocomment
      Appkit.Sys.ObjectInfocommentList

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

The InfocommentList type exposes the following members.

Constructors
  NameDescription
Public methodInfocommentList
构造评论集合。

未加载。

Public methodInfocommentList(String)
根据表达式构造评论集合并加载。
Public methodInfocommentList(AkObject)
根据父对象构造评论集合并加载。

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

Public methodInfocommentList(String, Object)
根据属性构造评论集合并加载。
Top
Methods
  NameDescription
Public methodFindBySeqid
按照顺序号查找评论。
Public methodFindBySpeaker
按照发言人查找评论。
Public methodStatic memberNew
构造评论集合。

未加载。

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

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

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