Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.CHistoryEntry : System.Object Custom Attributes: Description:
public CHistoryEntry(System.String sText) Custom Attributes: Description:
protected System.Int32 m_AccessCount Custom Attributes: Description:
protected System.DateTime m_Accessed Custom Attributes: Description:
protected System.String m_Text Custom Attributes: Description:
public System.Int32 AccessCount {get;}
Custom Attributes:
Description:
public System.DateTime Accessed {get;}
Custom Attributes:
Description:
public System.String Text {get;}
Custom Attributes:
Description:
public override System.Boolean Equals(System.Object obj) Custom Attributes: Description:
internal System.Boolean ExistsInList(Gregor.Core.Collections.NObjectCollection lst) Custom Attributes: Description:
internal System.Int32 GetFirstIndexIn(Gregor.Core.Collections.CBrowseHistory history, System.Int32 iStartAt) Custom Attributes: Description:
internal System.Int32 GetFirstIndexIn(Gregor.Core.Collections.CBrowseHistory history) Custom Attributes: Description:
private System.Int32 GetFirstIndexInList(Gregor.Core.Collections.NObjectCollection lst) Custom Attributes: Description:
private System.Int32 GetFirstIndexInList(Gregor.Core.Collections.NObjectCollection lst, System.Int32 iStartAt) Custom Attributes: Description:
public override System.Int32 GetHashCode() Custom Attributes: Description:
internal System.Int32 GetIndexIn(Gregor.Core.Collections.CTotalHistory totalHistory) Custom Attributes: Description:
internal System.Int32 GetLastIndexIn(Gregor.Core.Collections.CBrowseHistory history, System.Int32 iStartAt) Custom Attributes: Description:
internal System.Int32 GetLastIndexIn(Gregor.Core.Collections.CBrowseHistory history) Custom Attributes: Description:
private System.Int32 GetLastIndexInList(Gregor.Core.Collections.NObjectCollection lst, System.Int32 iStartAt) Custom Attributes: Description:
private System.Int32 GetLastIndexInList(Gregor.Core.Collections.NObjectCollection lst) Custom Attributes: Description:
internal void NotifyAccess(System.Boolean fMaintainCount) Custom Attributes: Description:
internal System.Boolean RemoveFrom(Gregor.Core.Collections.CBrowseHistory history) Custom Attributes: Description:
internal System.Boolean RemoveFrom(Gregor.Core.Collections.CTotalHistory totalHistory) Custom Attributes: Description:
private System.Boolean RemoveFromList(Gregor.Core.Collections.NObjectCollection lst) Custom Attributes: Description:
static internal void ReplaceIn(Gregor.Core.Collections.CTotalHistory totalHistory, Gregor.Core.Collections.CHistoryEntry match, Gregor.Core.Collections.CHistoryEntry replace) Custom Attributes: Description:
static internal void ReplaceIn(Gregor.Core.Collections.CBrowseHistory history, Gregor.Core.Collections.CHistoryEntry match, Gregor.Core.Collections.CHistoryEntry replace) Custom Attributes: Description:
static private void ReplaceInList(Gregor.Core.Collections.NObjectCollection lst, Gregor.Core.Collections.CHistoryEntry match, Gregor.Core.Collections.CHistoryEntry replace) Custom Attributes: Description:
internal void SetAccessCount(System.Int32 count) Custom Attributes: Description:
internal void SetAccessed(System.DateTime dt) Custom Attributes: Description:
internal void SetText(System.String sText) Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description:
Gregor.Core.Collections.CBrowseHistory
Gregor.Core.Collections.CHistoryEntry
Gregor.Core.Collections.CTotalHistory