C# 클래스 MvcWrench.MonkeyWrenchHelper

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

공개 메소드들

메소드 설명
GetHeaderRow ( BuildRevision revs ) : StatusStripRow
GetRow ( BuildRevision revs ) : StatusStripRow
GetRow ( int hostlane, FrontPageResponse data ) : StatusStripRow
GetRow ( int hostlane, FrontPageResponse data, string header ) : StatusStripRow
ListWorkItems ( FrontPageResponse data ) : void

비공개 메소드들

메소드 설명
ConvertState ( int state ) : int

메소드 상세

GetHeaderRow() 공개 정적인 메소드

public static GetHeaderRow ( BuildRevision revs ) : StatusStripRow
revs MvcWrench.MonkeyWrench.Public.BuildRevision
리턴 MvcWrench.Models.StatusStripRow

GetRow() 공개 정적인 메소드

public static GetRow ( BuildRevision revs ) : StatusStripRow
revs MvcWrench.MonkeyWrench.Public.BuildRevision
리턴 MvcWrench.Models.StatusStripRow

GetRow() 공개 정적인 메소드

public static GetRow ( int hostlane, FrontPageResponse data ) : StatusStripRow
hostlane int
data FrontPageResponse
리턴 MvcWrench.Models.StatusStripRow

GetRow() 공개 정적인 메소드

public static GetRow ( int hostlane, FrontPageResponse data, string header ) : StatusStripRow
hostlane int
data FrontPageResponse
header string
리턴 MvcWrench.Models.StatusStripRow

ListWorkItems() 공개 정적인 메소드

public static ListWorkItems ( FrontPageResponse data ) : void
data FrontPageResponse
리턴 void