Click or drag to resize
ApplicationMethodServiceFetchNeededSyncData Method
获取需要同步的数据

Namespace: X3Platform.Apps.BLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IList<ApplicationMethodInfo> FetchNeededSyncData(
	DateTime beginDate,
	DateTime endDate
)

Parameters

beginDate
Type: SystemDateTime

[Missing <param name="beginDate"/> documentation for "M:X3Platform.Apps.BLL.ApplicationMethodService.FetchNeededSyncData(System.DateTime,System.DateTime)"]

endDate
Type: SystemDateTime

[Missing <param name="endDate"/> documentation for "M:X3Platform.Apps.BLL.ApplicationMethodService.FetchNeededSyncData(System.DateTime,System.DateTime)"]

Return Value

Type: IListApplicationMethodInfo

[Missing <returns> documentation for "M:X3Platform.Apps.BLL.ApplicationMethodService.FetchNeededSyncData(System.DateTime,System.DateTime)"]

Implements

IApplicationMethodServiceFetchNeededSyncData(DateTime, DateTime)
See Also