Имя |
Описание |
FileDiffViewOptions |
Represents the set of file diff viewing options. |
StreamCombiner |
Implements a TextReader-like class that (only two methods though: ReadLine and Close) that wraps around either a TextReader, or a bunch of diffs. |
_Default |
Implementation of the Malevich code review web site. |
_Default.AbstractedComment |
In-memory representation of a comment in a form ready for rendering. |
_Default.AbstractedFileVersion |
This class is used to extract partial information from the version history. It is primarily designed to avoid sucking in the actual text of the file. |
_Default.ConfigFont |
Represents a font instance specified in the config file. |
_Default.DefaultEncoder |
Default line encoder: no syntax highlighting, etc. |
_Default.DiffFileInfo |
Encapsulates information for a file being diff'ed. |
_Default.DiffItem |
Represents a block of lines of a particular difference type. |
_Default.HintDataContext |
Keeps information discovered in the process of generating the table that can be utilized for giving user helpful hints. |
_Default.LineAndComments |
|
_Default.OptionSection |
|
_Default.StatQueryData |
This class is used solely for statistics queries in the database. It supplies a type for the return values that consists of a user name and the number of occurences of records with this user in the table. Note the warning about unassigned class members being disabled - this class is only being constructed using reflection as a target for LINQ query execution - hence no constructor, and therefore no initialization. |