SharpCvsLib

LogEntry Members

LogEntry overview

Public Instance Constructors

LogEntry Constructor constructor

Public Instance Properties

Key The key is based on date/author/comment date is first, so it sorts by date first

Public Instance Methods

AddFileRevision Adds details about a file revision to the entry
Equals (inherited from Object)
ExportToXml Appends details about this change to the XML file
GetHashCode HashCode is based on date/author/comment TODO: Don't know if we are going to need this?
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

Explicit Interface Implementations

IComparable.CompareTo Allow sorting by Key

See Also

LogEntry Class | ICSharpCode.SharpCvsLib.Extension.ChangeLogReport Namespace