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






Glossary Item Box

A collection of settings used for WebScheduler's category.

Object Model

WebSchedulerCategoryCollection Class

Syntax

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

Inheritance Hierarchy

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

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.