C# Class YouTube.VideoFeedReader.clsVideoFeedReader

Datei anzeigen Open project: joshgoodwin/TubeGuardian

Public Properties

Property Type Description
DoEvents application_doevents

Public Methods

Method 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

Protected Methods

Method 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

Method 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 method

protected AuthenticationException ( Google.GData.Client.AuthenticationException exception ) : void
exception Google.GData.Client.AuthenticationException
return void

GeneralException() protected method

protected GeneralException ( Exception exception ) : void
exception System.Exception
return void

ProgressUpdate() protected method

protected ProgressUpdate ( int current, int total ) : void
current int
total int
return void

QueryEnded() protected method

protected QueryEnded ( string query ) : void
query string
return void

QueryStarted() protected method

protected QueryStarted ( string query ) : void
query string
return void

RequestException() protected method

protected RequestException ( GDataRequestException exception ) : void
exception Google.GData.Client.GDataRequestException
return void

VideoAdded() protected method

protected VideoAdded ( Google.GData.YouTube.YouTubeEntry video ) : void
video Google.GData.YouTube.YouTubeEntry
return void

clearVideos() public method

public clearVideos ( ) : void
return void

clsVideoFeedReader() public method

public clsVideoFeedReader ( string dev_key, string app_name ) : System
dev_key string
app_name string
return System

clsVideoFeedReader() public method

public clsVideoFeedReader ( string dev_key, string app_name, string username, string password ) : System
dev_key string
app_name string
username string
password string
return System

getVideos() public method

public getVideos ( ) : List
return List

setCredentials() public method

public setCredentials ( ) : void
return void

setCredentials() public method

public setCredentials ( string username, string password ) : void
username string
password string
return void

Property Details

DoEvents public_oe property

public application_doevents DoEvents
return application_doevents