зеркало из https://github.com/mono/mvcwrench.git
Convenience method.
This commit is contained in:
Родитель
40503e20d6
Коммит
6503a5c532
|
@ -19,6 +19,10 @@ namespace MvcWrench.Models
|
|||
public int CompletionStatus { get; set; }
|
||||
public string ProjectLinkName { get; set; }
|
||||
|
||||
public string FormattedRevision {
|
||||
get { return Utilities.FormatRevision (Revision); }
|
||||
}
|
||||
|
||||
public string StatusText {
|
||||
get {
|
||||
switch (CompletionStatus) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче