[Gregor.Core.Collections.CHistoryEntry]

Gregor.Core.Collections.CHistoryEntry

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.CHistoryEntry

: System.Object

Custom Attributes: 

Description: 


Members

CHistoryEntry

public CHistoryEntry(System.String sText)

Custom Attributes: 

Description: 

m_AccessCount

protected System.Int32 m_AccessCount

Custom Attributes: 

Description: 

m_Accessed

protected System.DateTime m_Accessed

Custom Attributes: 

Description: 

m_Text

protected System.String m_Text

Custom Attributes: 

Description: 

AccessCount

public System.Int32 AccessCount {get;}

Custom Attributes: 

Description: 

Accessed

public System.DateTime Accessed {get;}

Custom Attributes: 

Description: 

Text

public System.String Text {get;}

Custom Attributes: 

Description: 

Equals

public override System.Boolean Equals(System.Object obj)

Custom Attributes: 

Description: 

ExistsInList

internal System.Boolean ExistsInList(Gregor.Core.Collections.NObjectCollection lst)

Custom Attributes: 

Description: 

GetFirstIndexIn

internal System.Int32 GetFirstIndexIn(Gregor.Core.Collections.CBrowseHistory history, System.Int32 iStartAt)

Custom Attributes: 

Description: 

GetFirstIndexIn

internal System.Int32 GetFirstIndexIn(Gregor.Core.Collections.CBrowseHistory history)

Custom Attributes: 

Description: 

GetFirstIndexInList

private System.Int32 GetFirstIndexInList(Gregor.Core.Collections.NObjectCollection lst)

Custom Attributes: 

Description: 

GetFirstIndexInList

private System.Int32 GetFirstIndexInList(Gregor.Core.Collections.NObjectCollection lst, System.Int32 iStartAt)

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

GetIndexIn

internal System.Int32 GetIndexIn(Gregor.Core.Collections.CTotalHistory totalHistory)

Custom Attributes: 

Description: 

GetLastIndexIn

internal System.Int32 GetLastIndexIn(Gregor.Core.Collections.CBrowseHistory history, System.Int32 iStartAt)

Custom Attributes: 

Description: 

GetLastIndexIn

internal System.Int32 GetLastIndexIn(Gregor.Core.Collections.CBrowseHistory history)

Custom Attributes: 

Description: 

GetLastIndexInList

private System.Int32 GetLastIndexInList(Gregor.Core.Collections.NObjectCollection lst, System.Int32 iStartAt)

Custom Attributes: 

Description: 

GetLastIndexInList

private System.Int32 GetLastIndexInList(Gregor.Core.Collections.NObjectCollection lst)

Custom Attributes: 

Description: 

NotifyAccess

internal void NotifyAccess(System.Boolean fMaintainCount)

Custom Attributes: 

Description: 

RemoveFrom

internal System.Boolean RemoveFrom(Gregor.Core.Collections.CBrowseHistory history)

Custom Attributes: 

Description: 

RemoveFrom

internal System.Boolean RemoveFrom(Gregor.Core.Collections.CTotalHistory totalHistory)

Custom Attributes: 

Description: 

RemoveFromList

private System.Boolean RemoveFromList(Gregor.Core.Collections.NObjectCollection lst)

Custom Attributes: 

Description: 

ReplaceIn

static internal void ReplaceIn(Gregor.Core.Collections.CTotalHistory totalHistory, Gregor.Core.Collections.CHistoryEntry match, Gregor.Core.Collections.CHistoryEntry replace)

Custom Attributes: 

Description: 

ReplaceIn

static internal void ReplaceIn(Gregor.Core.Collections.CBrowseHistory history, Gregor.Core.Collections.CHistoryEntry match, Gregor.Core.Collections.CHistoryEntry replace)

Custom Attributes: 

Description: 

ReplaceInList

static private void ReplaceInList(Gregor.Core.Collections.NObjectCollection lst, Gregor.Core.Collections.CHistoryEntry match, Gregor.Core.Collections.CHistoryEntry replace)

Custom Attributes: 

Description: 

SetAccessCount

internal void SetAccessCount(System.Int32 count)

Custom Attributes: 

Description: 

SetAccessed

internal void SetAccessed(System.DateTime dt)

Custom Attributes: 

Description: 

SetText

internal void SetText(System.String sText)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CBrowseHistory

Gregor.Core.Collections.CHistoryEntry

Gregor.Core.Collections.CTotalHistory

Gregor.Core.Collections.NObjectCollection

System.Object

System.String

System.Boolean

System.DateTime

System.Int32

System.Void