LogCommand Constructor | Constructor |
DefaultBranch | The default branch to use for the module. |
HeaderAndDescOnly | TODO: Figure out what this is used for. |
HeaderOnly | TODO: Figure out what this is used for. |
NoTags | TODO: Figure out what this is used for. |
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) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
LogCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace