C# Class Rapid_Reporter.TwitterAddon

Show file Open project: pvt10rr/pvt10twitter Class Usage Examples

Public Properties

Property Type Description
ScreenName string
hashCode string
tempCharter string
tempNote string
tempNoteTypes string[]
tempTester string
tempType int
tokens Twitterizer.OAuthTokens
twitter bool
twitterPIN string

Public Methods

Method Description
GetUniqueKey ( int length ) : string
PostCharterOnTwitter ( ) : void
PostOnTwitter ( ) : void
TwitterLogin ( ) : void
TwitterOAuth ( ) : void

Method Details

GetUniqueKey() public static method

public static GetUniqueKey ( int length ) : string
length int
return string

PostCharterOnTwitter() public static method

public static PostCharterOnTwitter ( ) : void
return void

PostOnTwitter() public static method

public static PostOnTwitter ( ) : void
return void

TwitterLogin() public static method

public static TwitterLogin ( ) : void
return void

TwitterOAuth() public static method

public static TwitterOAuth ( ) : void
return void

Property Details

ScreenName public static property

public static string ScreenName
return string

hashCode public static property

public static string hashCode
return string

tempCharter public static property

public static string tempCharter
return string

tempNote public static property

public static string tempNote
return string

tempNoteTypes public static property

public static string[] tempNoteTypes
return string[]

tempTester public static property

public static string tempTester
return string

tempType public static property

public static int tempType
return int

tokens public static property

public static OAuthTokens,Twitterizer tokens
return Twitterizer.OAuthTokens

twitter public static property

public static bool twitter
return bool

twitterPIN public static property

public static string twitterPIN
return string