C# 클래스 SubServer.AccountManager

파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

메소드 설명
AccountManager ( ) : System
AddAccount ( ) : Account
FindAccount ( string strJID ) : Account
Load ( string strAccountFile ) : bool
RemoveAccount ( Account account ) : void
Save ( ) : void
SaveAs ( string strFilePath ) : void

메소드 상세

AccountManager() 공개 메소드

public AccountManager ( ) : System
리턴 System

AddAccount() 공개 메소드

public AddAccount ( ) : Account
리턴 Account

FindAccount() 공개 메소드

public FindAccount ( string strJID ) : Account
strJID string
리턴 Account

Load() 공개 메소드

public Load ( string strAccountFile ) : bool
strAccountFile string
리턴 bool

RemoveAccount() 공개 메소드

public RemoveAccount ( Account account ) : void
account Account
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveAs() 공개 메소드

public SaveAs ( string strFilePath ) : void
strFilePath string
리턴 void