Version

FetchActivitiesContext Constructor

Constructs a FetchActivitiesContext object for use in DataBinding.
Syntax
'Declaration
 
Public Function New( _
   ByVal frameInterval As FrameInterval, _
   ByVal activities As AppointmentsSubsetCollection, _
   ByVal resources As IList _
)
public FetchActivitiesContext( 
   FrameInterval frameInterval,
   AppointmentsSubsetCollection activities,
   IList resources
)

Parameters

frameInterval
Reference to FrameInterval to be used in fetching Activities.
activities
Collection of Activity objects to be populated
resources
Collection of applicable Resources that are to be fetched.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also