C# Class o3o.UserDatabase

o3o can now have multiple users! Every user has their own tweetstack, which can send and receive tweets, DMs, mentions, etc. Events and such have to be hooked per user. Static retrieval of tweets is no longer supported, and everything will be done through streaming tweets.
Datei anzeigen Open project: zahndy/o3o Class Usage Examples

Public Properties

Property Type Description
Users List

Public Methods

Method Description
CreateUser ( string asdf = null ) : void
WipeUsers ( ) : void
load ( string _filename = null ) : bool
save ( string _filename = null ) : bool

Method Details

CreateUser() public method

public CreateUser ( string asdf = null ) : void
asdf string
return void

WipeUsers() public method

public WipeUsers ( ) : void
return void

load() public method

public load ( string _filename = null ) : bool
_filename string
return bool

save() public method

public save ( string _filename = null ) : bool
_filename string
return bool

Property Details

Users public_oe property

public List Users
return List