C# 클래스 Gurtle.GoogleCodeProject

파일 보기 프로젝트 열기: csware/GurtleReloaded 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HostingUrl System.Uri

공개 메소드들

메소드 설명
CancelLoad ( ) : void
DnsUrl ( ) : Uri
DownloadIssues ( string project, int start, bool includeClosedIssues, Func onData, Action onProgress, Exception>.Action onCompleted ) : System.Action
GoogleCodeProject ( string name ) : System
IsClosedStatus ( string status ) : bool
IsValidProjectName ( string name ) : bool
IssueDetailUrl ( int id ) : Uri
IssueOptionsFeedUrl ( ) : Uri
IssuesCsvUrl ( int start ) : Uri
IssuesCsvUrl ( int start, bool includeClosed ) : Uri
Load ( ) : void
Reload ( ) : void
RevisionDetailUrl ( int revision ) : Uri

비공개 메소드들

메소드 설명
FillSearchItems ( ComboBox searchSourceItems ) : void
FormatUrl ( string relativeUrl ) : Uri
GenerateListViewSorter ( ListView issueListView ) : Issue>.ListViewSorter
GeneratorSubItems ( ListViewItem item, Issue issue ) : void
OnLoaded ( ) : void
OnLoaded ( EventArgs args ) : void
SetupListView ( ListView issueListView ) : void
UpdateIssue ( IssueUpdate update, NetworkCredential credential, Action stdout, Action stderr ) : void

메소드 상세

CancelLoad() 공개 메소드

public CancelLoad ( ) : void
리턴 void

DnsUrl() 공개 메소드

public DnsUrl ( ) : Uri
리턴 System.Uri

DownloadIssues() 공개 메소드

public DownloadIssues ( string project, int start, bool includeClosedIssues, Func onData, Action onProgress, Exception>.Action onCompleted ) : System.Action
project string
start int
includeClosedIssues bool
onData Func
onProgress Action
onCompleted Exception>.Action
리턴 System.Action

GoogleCodeProject() 공개 메소드

public GoogleCodeProject ( string name ) : System
name string
리턴 System

IsClosedStatus() 공개 메소드

public IsClosedStatus ( string status ) : bool
status string
리턴 bool

IsValidProjectName() 공개 정적인 메소드

public static IsValidProjectName ( string name ) : bool
name string
리턴 bool

IssueDetailUrl() 공개 메소드

public IssueDetailUrl ( int id ) : Uri
id int
리턴 System.Uri

IssueOptionsFeedUrl() 공개 메소드

public IssueOptionsFeedUrl ( ) : Uri
리턴 System.Uri

IssuesCsvUrl() 공개 메소드

public IssuesCsvUrl ( int start ) : Uri
start int
리턴 System.Uri

IssuesCsvUrl() 공개 메소드

public IssuesCsvUrl ( int start, bool includeClosed ) : Uri
start int
includeClosed bool
리턴 System.Uri

Load() 공개 메소드

public Load ( ) : void
리턴 void

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

RevisionDetailUrl() 공개 메소드

public RevisionDetailUrl ( int revision ) : Uri
revision int
리턴 System.Uri

프로퍼티 상세

HostingUrl 공개적으로 정적으로 프로퍼티

public static Uri,System HostingUrl
리턴 System.Uri