Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.CTotalHistory : Gregor.Core.Collections.CHistoryBase, System.Collections.ICollection, System.Collections.IEnumerable Custom Attributes: System.Reflection.DefaultMember(MemberName="Item"), Gregor.Core.Description(Text=...) Description: A history that implements the MRU model (unique, non-overwritable entries ordered by most recent usage).
public CTotalHistory(Gregor.Core.Collections.CBrowseHistory history) Custom Attributes: Description:
public CTotalHistory() Custom Attributes: Description:
public event Gregor.Core.Collections.HistoryChangedEventHandler ChangedIndirectly Custom Attributes: Description:
public event Gregor.Core.Collections.HistoryChangingEventHandler ChangingIndirectly Custom Attributes: Description:
public event Gregor.Core.Collections.HistoryChangedEventHandler EntryRemoved Custom Attributes: Description:
private Gregor.Core.Collections.HistoryChangedEventHandler ChangedIndirectly Custom Attributes: Description:
private Gregor.Core.Collections.HistoryChangingEventHandler ChangingIndirectly Custom Attributes: Description:
private Gregor.Core.Collections.HistoryChangedEventHandler EntryRemoved Custom Attributes: Description:
private Gregor.Core.Collections.NBrowseHistories m_BrowseHistories Custom Attributes: Description:
private Gregor.Core.Collections.NObjectCollection m_TotalList Custom Attributes: Description:
public Gregor.Core.Collections.NBrowseHistories BrowseHistories {get;}
Custom Attributes:
Description:
public override System.Int32 Count {get;} // System.Collections.ICollection.Count
Custom Attributes:
Description:
public override System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized
Custom Attributes:
Description:
public override Gregor.Core.Collections.CHistoryEntry this[System.Int32 index] {get;}
Custom Attributes:
Description:
public override System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot
Custom Attributes:
Description:
public override void Add(Gregor.Core.Collections.CHistoryEntry entry) Custom Attributes: Description:
public void Add(Gregor.Core.Collections.CHistoryEntry entry, System.Boolean fNoCheckUnique) Custom Attributes: Description:
private void Adjust(Gregor.Core.Collections.CHistoryEntry entry) Custom Attributes: Description:
public override void Clear() Custom Attributes: Description:
public override void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo Custom Attributes: Description:
public override System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator Custom Attributes: Description:
internal protected override Gregor.Core.Collections.NObjectCollection GetInner() Custom Attributes: Description:
private void HandleBrowseHistoriesAdded(System.Object sender, Gregor.Core.Collections.CHistoryEventArgs e) Custom Attributes: Description:
private void HandleBrowseHistoriesRemoved(System.Object sender, Gregor.Core.Collections.CHistoryEventArgs e) Custom Attributes: Description:
private void HandleHistoryChanged(System.Object sender, Gregor.Core.Collections.CHistoryChangedEventArgs e) Custom Attributes: Description:
protected virtual void OnChangedIndirectly(Gregor.Core.Collections.CHistoryChangedEventArgs e) Custom Attributes: Description:
protected virtual void OnChangingIndirectly(Gregor.Core.Collections.CHistoryChangingEventArgs e) Custom Attributes: Description:
protected virtual void OnEntryRemoved(Gregor.Core.Collections.CHistoryChangedEventArgs e) Custom Attributes: Description:
public override void Remove(Gregor.Core.Collections.CHistoryEntry match) Custom Attributes: Description:
Gregor.Core.Collections.CBrowseHistory
Gregor.Core.Collections.CHistoryBase
Gregor.Core.Collections.CHistoryChangedEventArgs
Gregor.Core.Collections.CHistoryChangingEventArgs
Gregor.Core.Collections.CHistoryEntry
Gregor.Core.Collections.CHistoryEventArgs
Gregor.Core.Collections.NBrowseHistories
Gregor.Core.Collections.NObjectCollection
Gregor.Core.DescriptionAttribute
System.Reflection.DefaultMemberAttribute
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.IEnumerator
Gregor.Core.Collections.HistoryChangedEventHandler