Click or drag to resize
ApplicationOptionWrapper Class

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

Inheritance Hierarchy
SystemObject
  X3PlatformContextWrapper
    X3Platform.Apps.AjaxApplicationOptionWrapper

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

The ApplicationOptionWrapper type exposes the following members.

Constructors
  NameDescription
Public methodApplicationOptionWrapper
Initializes a new instance of the ApplicationOptionWrapper 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 methodGetType (Inherited from Object.)
Public methodIsExistName
查询是否存在相关的记录
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessRequest
处理请求
(Inherited from ContextWrapper.)
Public methodQuery
获取分页内容
Public methodSave
保存记录
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsReusable
可再用的
(Inherited from ContextWrapper.)
Top
See Also