Initializes a new instance of the RecentlyAddedWrapper class

Namespace: Cartella.Models.Wrappers
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public RecentlyAddedWrapper(
	IFolio folio,
	int maxNumberOfItems,
	DateTime lastFolioItemDate,
	DateTime lastCommentDate
)
Visual Basic
Public Sub New ( _
	folio As IFolio, _
	maxNumberOfItems As Integer, _
	lastFolioItemDate As DateTime, _
	lastCommentDate As DateTime _
)
Visual C++
public:
RecentlyAddedWrapper(
	IFolio^ folio, 
	int maxNumberOfItems, 
	DateTime lastFolioItemDate, 
	DateTime lastCommentDate
)

Parameters

folio
Type: Cartella.Interfaces..::..IFolio
maxNumberOfItems
Type: System..::..Int32
lastFolioItemDate
Type: System..::..DateTime
lastCommentDate
Type: System..::..DateTime

See Also