
Adds an item to the collection.
Inherited from Stonefield.Collections.BaseKeyedCollection`1[[Stonefield.Query.DataDictionary.IApplicationView, Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
public virtual void Add(IApplicationView item);
Parameters
item
The item to add.
Remarks
Calls the hook InsertItem method, then calls SetItemProperties and SetPropertyChangeHandler so adding a existing item to the collection causes it to be set up as if New was called. Also raises the CollectionChanged event.