Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
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.
protected CHistoryBase() Custom Attributes: Description:
private System.Boolean m_MaintainAccessCount Custom Attributes: Description:
public abstract System.Int32 Count {get;} // System.Collections.ICollection.Count
Custom Attributes:
Description:
public abstract System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized
Custom Attributes:
Description:
public abstract Gregor.Core.Collections.CHistoryEntry this[System.Int32 index] {get;}
Custom Attributes:
Description:
public System.Boolean MaintainAccessCount {get;set;}
Custom Attributes:
Description:
public abstract System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot
Custom Attributes:
Description:
public abstract void Add(Gregor.Core.Collections.CHistoryEntry entry) Custom Attributes: Description:
public abstract void Clear() Custom Attributes: Description:
public System.Boolean Contains(Gregor.Core.Collections.CHistoryEntry entry) Custom Attributes: Description:
public abstract void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo Custom Attributes: Description:
public abstract System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator Custom Attributes: Description:
internal protected abstract Gregor.Core.Collections.NObjectCollection GetInner() Custom Attributes: Description:
public abstract void Remove(Gregor.Core.Collections.CHistoryEntry entry) Custom Attributes: Description:
Gregor.Core.Collections.CHistoryEntry
Gregor.Core.Collections.NObjectCollection
Gregor.Core.DescriptionAttribute
System.Reflection.DefaultMemberAttribute
System.Collections.ICollection
System.Collections.IEnumerable