eDriven Framework API
SaveableAdapterCollection Class
NamespaceseDriven.Gui.Designer.CollectionsSaveableAdapterCollection
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class SaveableAdapterCollection : SaveableCollectionBase<ComponentAdapter>
<SerializableAttribute> _
Public Class SaveableAdapterCollection _
	Inherits SaveableCollectionBase(Of ComponentAdapter)
[SerializableAttribute]
public ref class SaveableAdapterCollection : public SaveableCollectionBase<ComponentAdapter^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SaveableAdapterCollection()()()()
Initializes a new instance of the SaveableAdapterCollection class

Add(T)
Adds an item
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Clear()()()() (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Clone()()()() (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
ComponentAdapter
Component adapter to which the changes will apply
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Contains(ComponentAdapter)
Contains

Count (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Equals(SaveableCollectionBase<(Of <<'(T>)>>))
Equality operator
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Equals(Object) (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FindIndex(Predicate<(Of <<'(T>)>>)) (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
FromList(IList<(Of <<'(ComponentAdapter>)>>))
Converts the IList to PersistedList

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Insert(Int32, T) (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Item[([( Int32])])
int indexer
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Items
Items
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(T)
Removes an item
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Reorder(T, Int32)
Reorders item
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Reset()()()()
Resets the collection
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
ToString()()()() (Overrides Object.ToString()()()().)
Inheritance Hierarchy
Object
SaveableCollectionBase<(Of <(<'ComponentAdapter>)>)>
 SaveableAdapterCollection

Assembly: eDriven.Gui.Designer (Module: eDriven.Gui.Designer) Version: 2.0.1.0 (2.0.1.0)