C# Class YouTube.VideoFeedReader.clsVideoFeedReader

Afficher le fichier Open project: joshgoodwin/TubeGuardian

Méthodes publiques

Свойство Type Description
DoEvents application_doevents

Méthodes publiques

Méthode Description
clearVideos ( ) : void
clsVideoFeedReader ( string dev_key, string app_name ) : System
clsVideoFeedReader ( string dev_key, string app_name, string username, string password ) : System
getVideos ( ) : List
setCredentials ( ) : void
setCredentials ( string username, string password ) : void

Méthodes protégées

Méthode Description
AuthenticationException ( Google.GData.Client.AuthenticationException exception ) : void
GeneralException ( Exception exception ) : void
ProgressUpdate ( int current, int total ) : void
QueryEnded ( string query ) : void
QueryStarted ( string query ) : void
RequestException ( GDataRequestException exception ) : void
VideoAdded ( Google.GData.YouTube.YouTubeEntry video ) : void

Private Methods

Méthode Description
_add_videos_to_list ( Google.GData.Client.AtomEntryCollection entries ) : void
_do_query ( Google.GData.YouTube.YouTubeQuery query ) : Google.GData.YouTube.YouTubeFeed
_exec_query ( ) : void

Method Details

AuthenticationException() protected méthode

protected AuthenticationException ( Google.GData.Client.AuthenticationException exception ) : void
exception Google.GData.Client.AuthenticationException
Résultat void

GeneralException() protected méthode

protected GeneralException ( Exception exception ) : void
exception System.Exception
Résultat void

ProgressUpdate() protected méthode

protected ProgressUpdate ( int current, int total ) : void
current int
total int
Résultat void

QueryEnded() protected méthode

protected QueryEnded ( string query ) : void
query string
Résultat void

QueryStarted() protected méthode

protected QueryStarted ( string query ) : void
query string
Résultat void

RequestException() protected méthode

protected RequestException ( GDataRequestException exception ) : void
exception Google.GData.Client.GDataRequestException
Résultat void

VideoAdded() protected méthode

protected VideoAdded ( Google.GData.YouTube.YouTubeEntry video ) : void
video Google.GData.YouTube.YouTubeEntry
Résultat void

clearVideos() public méthode

public clearVideos ( ) : void
Résultat void

clsVideoFeedReader() public méthode

public clsVideoFeedReader ( string dev_key, string app_name ) : System
dev_key string
app_name string
Résultat System

clsVideoFeedReader() public méthode

public clsVideoFeedReader ( string dev_key, string app_name, string username, string password ) : System
dev_key string
app_name string
username string
password string
Résultat System

getVideos() public méthode

public getVideos ( ) : List
Résultat List

setCredentials() public méthode

public setCredentials ( ) : void
Résultat void

setCredentials() public méthode

public setCredentials ( string username, string password ) : void
username string
password string
Résultat void

Property Details

DoEvents public_oe property

public application_doevents DoEvents
Résultat application_doevents