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






Glossary Item Box

The data collection used by WebScheduler to determine resources..

Object Model

WebSchedulerResourceCollection Class

Syntax

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

Inheritance Hierarchy

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

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.