Click or drag to resize
SendrecordList Class
送阅记录集合。
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListSendrecord
    Appkit.DataAkObjectListSendrecord
      Appkit.Sys.ObjectSendrecordList

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

The SendrecordList type exposes the following members.

Constructors
  NameDescription
Public methodSendrecordList
构造送阅记录集合。

未加载。

Public methodSendrecordList(String)
根据表达式构造送阅记录集合并加载。
Public methodSendrecordList(AkObject)
根据父对象构造送阅记录集合并加载。

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

Public methodSendrecordList(String, Object)
根据属性构造送阅记录集合并加载。
Top
Methods
  NameDescription
Public methodFindBySubscobjname
按照订阅对象名称查找送阅记录。
Public methodStatic memberNew
构造送阅记录集合。

未加载。

Public methodStatic memberNew(String)
根据表达式构造送阅记录集合并加载。
Public methodStatic memberNew(AkObject)
根据父对象构造送阅记录集合并加载。

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

Public methodStatic memberNew(String, Object)
根据属性构造送阅记录集合并加载。
Top
See Also