C# Class Rapid_Reporter.TwitterAddon

Exibir arquivo 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_oe static_oe property

public static string ScreenName
return string

hashCode public_oe static_oe property

public static string hashCode
return string

tempCharter public_oe static_oe property

public static string tempCharter
return string

tempNote public_oe static_oe property

public static string tempNote
return string

tempNoteTypes public_oe static_oe property

public static string[] tempNoteTypes
return string[]

tempTester public_oe static_oe property

public static string tempTester
return string

tempType public_oe static_oe property

public static int tempType
return int

tokens public_oe static_oe property

public static OAuthTokens,Twitterizer tokens
return Twitterizer.OAuthTokens

twitter public_oe static_oe property

public static bool twitter
return bool

twitterPIN public_oe static_oe property

public static string twitterPIN
return string