Class ChangeDetails
Inheritance
System.Object
ChangeDetails
Assembly: LymeTemplateApi.Console.dll
Syntax
public class ChangeDetails : object
Properties
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
Date
Declaration
public string Date { get; set; }
Property Value
Type |
Description |
System.String |
|
Files
Declaration
public Files Files { get; set; }
Property Value
Href
Declaration
public string Href { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
VcsRootInstance
Declaration
public VcsRootInstance VcsRootInstance { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
WebUrl
Declaration
public string WebUrl { get; set; }
Property Value
Type |
Description |
System.String |
|