SharpCvsLib

LogCommand Methods

The methods of the LogCommand class are listed below. For a complete list of LogCommand class members, see the LogCommand Members topic.

Public Instance Methods

AddDate Adds a single date to specify the most recent revision at or prior to this date. This is equivalent to the command line option "-d date"
AddExclusiveDateEnd Adds a open ended date range with an exclusive start date. This is equivalent to the command line option "-d <endDate"
AddExclusiveDateRange Adds a date range using exclusive dates. This is equivalent to the command line option "-d startDate<endDate"
AddExclusiveDateStart Adds a open ended date range with an exclusive start date. This is equivalent to the command line option "-d startDate<"
AddInclusiveDateEnd Adds a open ended date range with an inclusive start date. This is equivalent to the command line option "-d <=endDate"
AddInclusiveDateRange Adds a date range using inclusive dates. This is equivalent to the command line option "-d startDate<=endDate"
AddInclusiveDateStart Adds a open ended date range with an inclusive start date. This is equivalent to the command line option "-d startDate<="
Equals (inherited from Object)
Execute Do the dirty work.
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

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

See Also

LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace