Intersoft WebInput Documentation
DTNameCollection Class
Members  See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : DTNameCollection Class






Glossary Item Box

Represents a collection of DTName.

Object Model

DTNameCollection Class

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.Reflection.DefaultMemberAttribute("Item")>
<System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")>
<System.SerializableAttribute()>
Public Class DTNameCollection 
   Inherits System.Collections.CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As DTNameCollection
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")]
[System.SerializableAttribute()]
public class DTNameCollection : System.Collections.CollectionBase 
Delphi 
public class DTNameCollection = class(System.Collections.CollectionBase)
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.Reflection.DefaultMemberAttribute("Item")
System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")
System.SerializableAttribute()
public class DTNameCollection extends System.Collections.CollectionBase
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")]
[System.SerializableAttribute()]
public __gc class DTNameCollection : public System.Collections.CollectionBase 
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")]
[System.SerializableAttribute()]
public ref class DTNameCollection : public System.Collections.CollectionBase 

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      ISNet.WebUI.WebControls.DTNameCollection

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.