Show / Hide Table of Contents

Class ChangeDetails

Inheritance
System.Object
ChangeDetails
Namespace: LymeTemplateApi.Console.Models
Assembly: LymeTemplateApi.Console.dll
Syntax
public class ChangeDetails : object

Properties

Comment

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
Type Description
Files

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
Type Description
VcsRootInstance

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
In This Article
Back to top Generated by DocFX