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

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

Parameters

beginDate
Type: SystemDateTime

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

endDate
Type: SystemDateTime

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

Return Value

Type: IListApplicationSettingGroupInfo

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

Implements

IApplicationSettingGroupServiceFetchNeededSyncData(DateTime, DateTime)
See Also