Click or drag to resize
ApplicationMethodWrapper Class

[Missing <summary> documentation for "T:X3Platform.Apps.Ajax.ApplicationMethodWrapper"]

Inheritance Hierarchy
SystemObject
  X3PlatformContextWrapper
    X3Platform.Apps.AjaxApplicationMethodWrapper

Namespace: X3Platform.Apps.Ajax
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class ApplicationMethodWrapper : ContextWrapper

The ApplicationMethodWrapper type exposes the following members.

Constructors
  NameDescription
Public methodApplicationMethodWrapper
Initializes a new instance of the ApplicationMethodWrapper class
Top
Methods
  NameDescription
Public methodCreateNewObject
创建新的对象
Public methodDelete
删除记录
Public methodEquals (Inherited from Object.)
Public methodExport
输出
(Inherited from ContextWrapper.)
Protected methodFinalize (Inherited from Object.)
Public methodFindAll
获取列表信息
Public methodFindOne
获取详细信息
Public methodGetHashCode (Inherited from Object.)
Public methodGetPages
获取分页内容
Public methodGetType (Inherited from Object.)
Public methodHi
Public methodIsExist
查询是否存在相关的记录
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessRequest
处理请求
(Inherited from ContextWrapper.)
Public methodSave
保存记录
Public methodThrow
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsReusable
可再用的
(Inherited from ContextWrapper.)
Top
See Also