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.
Afficher le fichier Open project: zahndy/o3o Class Usage Examples

Méthodes publiques

Свойство Type Description
Users List

Méthodes publiques

Méthode Description
CreateUser ( string asdf = null ) : void
WipeUsers ( ) : void
load ( string _filename = null ) : bool
save ( string _filename = null ) : bool

Method Details

CreateUser() public méthode

public CreateUser ( string asdf = null ) : void
asdf string
Résultat void

WipeUsers() public méthode

public WipeUsers ( ) : void
Résultat void

load() public méthode

public load ( string _filename = null ) : bool
_filename string
Résultat bool

save() public méthode

public save ( string _filename = null ) : bool
_filename string
Résultat bool

Property Details

Users public_oe property

public List Users
Résultat List