Version

AddActivityContext Class

Parameters pertaining to adding an activity to the data source.
Syntax
'Declaration
 
Public Class AddActivityContext 
   Inherits DataContext
public class AddActivityContext : DataContext 
Remarks

Objects extending DataContext are created by WebScheduleInfo and passed to the WebSchedule data providers during data binding operations. The context information specified by each DataContext subclass is particular to an operation having to do with the storage/retrieval of one or more WebSchedule objects to/from the data source. Passing this information encapsulated within one argument simplifies the method signature of a data provider's operations, and facilitates the use of remote data sources.

This DataContext carries parameter values pertinent to the insertion of a new activity (or appointment). It corresponds to the operation named "AddActivity".

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