C# 클래스 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.
파일 보기 프로젝트 열기: zahndy/o3o 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Users List

공개 메소드들

메소드 설명
CreateUser ( string asdf = null ) : void
WipeUsers ( ) : void
load ( string _filename = null ) : bool
save ( string _filename = null ) : bool

메소드 상세

CreateUser() 공개 메소드

public CreateUser ( string asdf = null ) : void
asdf string
리턴 void

WipeUsers() 공개 메소드

public WipeUsers ( ) : void
리턴 void

load() 공개 메소드

public load ( string _filename = null ) : bool
_filename string
리턴 bool

save() 공개 메소드

public save ( string _filename = null ) : bool
_filename string
리턴 bool

프로퍼티 상세

Users 공개적으로 프로퍼티

public List Users
리턴 List