Show / Hide Table of Contents

Class Build

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

Constructors

Build()

Declaration
public Build()

Properties

BuildTypeId

Declaration
public string BuildTypeId { get; set; }
Property Value
Type Description
System.String

GatheredChanges

This is not part of the incoming model. This is the gathered result set of changes that the ChangeLogDataGatherer processes.

Declaration
public IList<ChangeDetails> GatheredChanges { get; set; }
Property Value
Type Description
IList<ChangeDetails>

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

Number

Declaration
public string Number { get; set; }
Property Value
Type Description
System.String

State

Declaration
public string State { get; set; }
Property Value
Type Description
System.String

Status

Declaration
public string Status { 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