[Gregor.Core.Collections.CHistoryBase]

Gregor.Core.Collections.CHistoryBase

Saturday, September 15, 2007

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

Details

public abstract class Gregor.Core.Collections.CHistoryBase

: System.Object, System.Collections.ICollection, System.Collections.IEnumerable

Custom Attributes: Gregor.Core.Description(Text=...), System.Reflection.DefaultMember(MemberName="Item")

Description: Base class for organizing history inforation.


Members

CHistoryBase

protected CHistoryBase()

Custom Attributes: 

Description: 

m_MaintainAccessCount

private System.Boolean m_MaintainAccessCount

Custom Attributes: 

Description: 

Count

public abstract System.Int32 Count {get;} // System.Collections.ICollection.Count

Custom Attributes: 

Description: 

IsSynchronized

public abstract System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized

Custom Attributes: 

Description: 

this

public abstract Gregor.Core.Collections.CHistoryEntry this[System.Int32 index] {get;}

Custom Attributes: 

Description: 

MaintainAccessCount

public System.Boolean MaintainAccessCount {get;set;}

Custom Attributes: 

Description: 

SyncRoot

public abstract System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot

Custom Attributes: 

Description: 

Add

public abstract void Add(Gregor.Core.Collections.CHistoryEntry entry)

Custom Attributes: 

Description: 

Clear

public abstract void Clear()

Custom Attributes: 

Description: 

Contains

public System.Boolean Contains(Gregor.Core.Collections.CHistoryEntry entry)

Custom Attributes: 

Description: 

CopyTo

public abstract void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo

Custom Attributes: 

Description: 

GetEnumerator

public abstract System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator

Custom Attributes: 

Description: 

GetInner

internal protected abstract Gregor.Core.Collections.NObjectCollection GetInner()

Custom Attributes: 

Description: 

Remove

public abstract void Remove(Gregor.Core.Collections.CHistoryEntry entry)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CHistoryEntry

Gregor.Core.Collections.NObjectCollection

Gregor.Core.DescriptionAttribute

System.Array

System.Object

System.Reflection.DefaultMemberAttribute

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IEnumerator

System.Boolean

System.Int32

System.Void