Intersoft WebScheduler Documentation
WebSchedulerRecurrenceCollection Class
Members  See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace : WebSchedulerRecurrenceCollection Class






Glossary Item Box

The data collection used by WebScheduler to determine recurrence.

Object Model

WebSchedulerRecurrenceCollection Class

Syntax

Visual Basic (Declaration) 
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.SerializableAttribute()>
Public Class WebSchedulerRecurrenceCollection 
   Inherits ISNet.WebUI.ISGenericCollectionBase(Of WebSchedulerRecurrence)
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerRecurrenceCollection
C# 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public class WebSchedulerRecurrenceCollection : ISNet.WebUI.ISGenericCollectionBase<WebSchedulerRecurrence> 
Delphi 
public class WebSchedulerRecurrenceCollection = class(ISNet.WebUI.ISGenericCollectionBase)
JScript 
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.SerializableAttribute()
public class WebSchedulerRecurrenceCollection extends ISNet.WebUI.ISGenericCollectionBase
Managed Extensions for C++ 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public __gc class WebSchedulerRecurrenceCollection : public ISNet.WebUI.ISGenericCollectionBase<WebSchedulerRecurrence> 
C++/CLI 
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public ref class WebSchedulerRecurrenceCollection : public ISNet.WebUI.ISGenericCollectionBase<WebSchedulerRecurrence> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      ISNet.WebUI.ISCollectionBase<T>
         ISNet.WebUI.ISGenericCollectionBase<T>
            ISNet.WebUI.WebScheduler.WebSchedulerRecurrenceCollection

Requirements

Target Platforms: 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

©2013 Intersoft Solutions Corp. All Rights Reserved.