C# 클래스 MonkeyWrench.Web.UI.Json.HostHistoryEntry

파일 보기 프로젝트 열기: mono/monkeywrench

공개 프로퍼티들

프로퍼티 타입 설명
completed bool
date string
duration int
lane string
revision string
state string

공개 메소드들

메소드 설명
HostHistoryEntry ( MonkeyWrench.DataClasses.Logic.GetWorkHostHistoryResponse hr, int i ) : System

메소드 상세

HostHistoryEntry() 공개 메소드

public HostHistoryEntry ( MonkeyWrench.DataClasses.Logic.GetWorkHostHistoryResponse hr, int i ) : System
hr MonkeyWrench.DataClasses.Logic.GetWorkHostHistoryResponse
i int
리턴 System

프로퍼티 상세

completed 공개적으로 프로퍼티

public bool completed
리턴 bool

date 공개적으로 프로퍼티

public string date
리턴 string

duration 공개적으로 프로퍼티

public int duration
리턴 int

lane 공개적으로 프로퍼티

public string lane
리턴 string

revision 공개적으로 프로퍼티

public string revision
리턴 string

state 공개적으로 프로퍼티

public string state
리턴 string