C# Class Gurtle.GoogleCodeProject

Afficher le fichier Open project: csware/GurtleReloaded Class Usage Examples

Méthodes publiques

Свойство Type Description
HostingUrl System.Uri

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CancelLoad() public méthode

public CancelLoad ( ) : void
Résultat void

DnsUrl() public méthode

public DnsUrl ( ) : Uri
Résultat System.Uri

DownloadIssues() public méthode

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
Résultat System.Action

GoogleCodeProject() public méthode

public GoogleCodeProject ( string name ) : System
name string
Résultat System

IsClosedStatus() public méthode

public IsClosedStatus ( string status ) : bool
status string
Résultat bool

IsValidProjectName() public static méthode

public static IsValidProjectName ( string name ) : bool
name string
Résultat bool

IssueDetailUrl() public méthode

public IssueDetailUrl ( int id ) : Uri
id int
Résultat System.Uri

IssueOptionsFeedUrl() public méthode

public IssueOptionsFeedUrl ( ) : Uri
Résultat System.Uri

IssuesCsvUrl() public méthode

public IssuesCsvUrl ( int start ) : Uri
start int
Résultat System.Uri

IssuesCsvUrl() public méthode

public IssuesCsvUrl ( int start, bool includeClosed ) : Uri
start int
includeClosed bool
Résultat System.Uri

Load() public méthode

public Load ( ) : void
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

RevisionDetailUrl() public méthode

public RevisionDetailUrl ( int revision ) : Uri
revision int
Résultat System.Uri

Property Details

HostingUrl public_oe static_oe property

public static Uri,System HostingUrl
Résultat System.Uri