Version

RemoveVarianceContext Class

Parameters pertaining to deletion of a variance from the data source.
Syntax
'Declaration
 
Public Class RemoveVarianceContext 
   Inherits RemoveActivityContext
public class RemoveVarianceContext : RemoveActivityContext 
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 deletion of a recurring activity variance by the end user. It corresponds to the operation named "RemoveVariance".

If you have removed an Activity, then all variances are automatically removed with it and removing Variances individually becomes unnecessary.

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