AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageModuleEngine..::..fillObjects<(Of <(<'T>)>)> Method

Fills the objects.

Namespace:  AdvantageCMS.Core.Common.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected internal List<T> fillObjects<T>(
	DataTableReader dtr,
	bool fillScheduleInfo
)
where T : BusinessObject<T>

Type Parameters

T

Parameters

dtr
Type: DataTableReader
The DTR.
fillScheduleInfo
Type: Boolean
if set to true [fill schedule information].

Return Value

List<T>.