Click or drag to resize
IApplicationPackageLogService Interface

[Missing <summary> documentation for "T:X3Platform.Apps.IBLL.IApplicationPackageLogService"]

Namespace: X3Platform.Apps.IBLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface IApplicationPackageLogService

The IApplicationPackageLogService type exposes the following members.

Methods
  NameDescription
Public methodDelete
删除记录
Public methodDeleteAll
删除全部应用的同步数据包发送记录
Public methodDeleteByApplicationId
删除某个应用的同步数据包发送记录
Public methodFindAll
查询所有相关记录
Public methodFindAll(String)
查询所有相关记录
Public methodFindAll(String, Int32)
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetLatestPackageLogByApplicationId
根据应用标识查询最新的应用包
Public methodGetPaging
分页函数
Public methodIsExist
查询是否存在相关的记录
Public methodSave
保存记录
Top
Properties
  NameDescription
Public propertyItem
索引
Top
See Also