Click or drag to resize
IApplicationPackageService Interface

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

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

The IApplicationPackageService type exposes the following members.

Methods
  NameDescription
Public methodCreateReceivedPackage(String, Int32, String, XmlDocument)
创建接收到的数据包
Public methodCreateReceivedPackage(String, String, Int32, String, XmlDocument)
创建接收到的数据包
Public methodDelete
删除记录
Public methodDeleteAll
删除所有输出同步数据包记录
Public methodFindAll
查询所有相关记录
Public methodFindAll(String)
查询所有相关记录
Public methodFindAll(String, Int32)
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetLatestPackage
查找最新的数据包
Public methodGetPackage
查找数据包
Public methodGetPaging
分页函数
Public methodIsExist
查询是否存在相关的记录
Public methodSave
保存记录
Public methodTransformToFriendlyHtml
转换为友好的Html格式
Public methodTransformToFriendlyXml
转换为友好的Xml格式
Top
Properties
  NameDescription
Public propertyItem
索引
Top
See Also