C# 클래스 NetMud.Authentication.Account

User account
상속: IAccount
파일 보기 프로젝트 열기: SwiftAusterity/NetMud 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Fill IAccount

공개 메소드들

메소드 설명
Account ( ) : System

New up a blank account

Account ( string handle ) : System

New up an account with the GlobalIdentityHandle

Account ( string handle, string logSubscriptions ) : System

New up an account with the GlobalIdentityHandle and the log streams it wants to subscribe to

AddCharacter ( ICharacter newChar ) : string

Add a character to this account

GetByHandle ( string handle ) : IAccount

Get an account by its GlobalIdentityHandle

비공개 메소드들

메소드 설명
Fill ( DataRow dr ) : IAccount

Fill an account from the database

메소드 상세

Account() 공개 메소드

New up a blank account
public Account ( ) : System
리턴 System

Account() 공개 메소드

New up an account with the GlobalIdentityHandle
public Account ( string handle ) : System
handle string GlobalIdentityHandle
리턴 System

Account() 공개 메소드

New up an account with the GlobalIdentityHandle and the log streams it wants to subscribe to
public Account ( string handle, string logSubscriptions ) : System
handle string GlobalIdentityHandle
logSubscriptions string | delimeted list of log channel names
리턴 System

AddCharacter() 공개 메소드

Add a character to this account
public AddCharacter ( ICharacter newChar ) : string
newChar ICharacter the character data to add
리턴 string

GetByHandle() 공개 정적인 메소드

Get an account by its GlobalIdentityHandle
public static GetByHandle ( string handle ) : IAccount
handle string GlobalIdentityHandle to get
리턴 IAccount