Click or drag to resize
ApplicationEventProvider Class

[Missing <summary> documentation for "T:X3Platform.Apps.DAL.IBatis.ApplicationEventProvider"]

Inheritance Hierarchy
SystemObject
  X3Platform.Apps.DAL.IBatisApplicationEventProvider

Namespace: X3Platform.Apps.DAL.IBatis
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class ApplicationEventProvider : IApplicationEventProvider

The ApplicationEventProvider type exposes the following members.

Constructors
  NameDescription
Public methodApplicationEventProvider
Initializes a new instance of the ApplicationEventProvider class
Top
Methods
  NameDescription
Public methodDelete
删除记录
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindAll
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetHashCode (Inherited from Object.)
Public methodGetPaging
分页函数
Public methodGetType (Inherited from Object.)
Public methodIsExist
查询是否存在相关的记录
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave
保存记录
Public methodToString (Inherited from Object.)
Top
See Also