The data collection used by webscheduler as the callout's editing field.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.SerializableAttribute()>
Public Class WebSchedulerEditingFieldCollection
Inherits ISNet.WebUI.ISGenericCollectionBase(Of WebSchedulerEditingField) |
C# | |
---|
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public class WebSchedulerEditingFieldCollection : ISNet.WebUI.ISGenericCollectionBase<WebSchedulerEditingField> |
Delphi | |
---|
public class WebSchedulerEditingFieldCollection = class(ISNet.WebUI.ISGenericCollectionBase) |
JScript | |
---|
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.SerializableAttribute()
public class WebSchedulerEditingFieldCollection extends ISNet.WebUI.ISGenericCollectionBase |
Managed Extensions for C++ | |
---|
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public __gc class WebSchedulerEditingFieldCollection : public ISNet.WebUI.ISGenericCollectionBase<WebSchedulerEditingField> |
C++/CLI | |
---|
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public ref class WebSchedulerEditingFieldCollection : public ISNet.WebUI.ISGenericCollectionBase<WebSchedulerEditingField> |
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
ISNet.WebUI.ISCollectionBase<T>
ISNet.WebUI.ISGenericCollectionBase<T>
ISNet.WebUI.WebScheduler.WebSchedulerEditingFieldCollection
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