Version

RemoveRecurrenceContext Class Members

The following tables list the members exposed by RemoveRecurrenceContext.

Public Constructors
 NameDescription
Public ConstructorRemoveRecurrenceContext ConstructorCreates a DataContext for a RemoveRecurrence operation that detaches a Recurrence and any associated VarianceCollection from an Activity.  
Public Properties
 NameDescription
Public PropertyActivityKeyData key for the Activity that is being updated to no longer have an associated Recurrence.  
Public PropertyHasVariancesIndicates whether a VarianceCollection is present, and needs to be removed by the WebSchedule data provider.  
Public PropertyOperationDefines the type of data operation that this context supports. (Inherited from Infragistics.WebUI.WebSchedule.DataContext)
Public PropertyRecurrenceKeyData key for the Recurrence being deleted.  
Public PropertyVarianceKeyData key for the VarianceCollection, if any, that must be deleted along with the Recurrence object.  
See Also