ProjResourceCapReservationPreview::construct Method [AX 2012]

Construct method.

server public static ProjIResourceCapReservationPreview construct(
    ProjAvailabilityView availabilityView, 
    RecId resourceId, 
    SelectableDataArea resourceDataArea, 
    date startDate, 
    date endDate)

Run On

Server

Parameters

availabilityView
Type: ProjAvailabilityView Class
Availability view.
resourceId
Type: RecId Extended Data Type
Resource id.
resourceDataArea
Type: SelectableDataArea Extended Data Type
Resource dataarea.
startDate
Type: date
Start date.
endDate
Type: date
End date.

Return Value

Type: ProjIResourceCapReservationPreview Interface
New instance.
Show: