ORM Sample Class Library

CollectionTemplate Properties

The properties of the CollectionTemplate class are listed below. For a complete list of CollectionTemplate class members, see the CollectionTemplate Members topic.

Public Instance Properties

Count (inherited from CollectionBase)Gets the number of elements contained in the CollectionBase instance.
Site IComponent implemetation

Protected Instance Properties

InnerList (inherited from CollectionBase)Gets an ArrayList containing the list of elements in the CollectionBase instance.
List (inherited from CollectionBase)Gets an IList containing the list of elements in the CollectionBase instance.

Explicit Interface Implementations

IBindingList.AddIndex 
IBindingList.AddNew If the parent is supplied ( a parent or the datamanger ) then it will be used to create a new object, providing the object has no parameters on its constructor.
IBindingList.ApplySort 
IBindingList.Find 
IBindingList.RemoveIndex 
IBindingList.RemoveSort 
ICollection.CopyTo (inherited from CollectionBase) 
IList.Add (inherited from CollectionBase) 
IList.Contains (inherited from CollectionBase) 
IList.IndexOf (inherited from CollectionBase) 
IList.Insert (inherited from CollectionBase) 
IList.Remove (inherited from CollectionBase) 
ITypedList.GetItemProperties Allows the override of the default behaivour of SqlTypes to their native equivalent
ITypedList.GetListName Used for DataGridTableStyle

See Also

CollectionTemplate Class | OrmLib Namespace


rom CollectionBase)Performs additional custom processes when removing an element from the CollectionBase instance.