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

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

Parameters

beginDate
Type: SystemDateTime

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

endDate
Type: SystemDateTime

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

Return Value

Type: IListApplicationSettingInfo

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

Implements

IApplicationSettingServiceFetchNeededSyncData(DateTime, DateTime)
See Also