
Public Member Functions | |
| Account () | |
| void | SetCipherKey (String b) |
Public Attributes | |
| AccountType | AccountType = AccountType.UNKNOWN |
| AccountStatus | AccountStatus = AccountStatus.UNKNOWN |
| int | ReferenceId |
| String | AccountId |
| String | Password |
| bool | IsLoggedIn = false |
| Session.AccountSession | Session |
| DateTime | CreatedDate = DateTime.Now |
| DateTime | LastAccessed = DateTime.Now |
| bool | HasDatabaseRecord = false |
Properties | |
| DirectoryGroup | HomeDirectory [get, set] |
| ContactInformation | ContactInformation [get, set] |
| bool | CanCipher [get] |
| byte[] | CipherKey [get, set] |
Private Attributes | |
| ContactInformation | contact_information |
| DirectoryGroup | home_directory = null |
| byte[] | cipher_key = new byte[0] |
| Core.Tools.AccountManager.Map.Account.Account | ( | ) |
| void Core.Tools.AccountManager.Map.Account.SetCipherKey | ( | String | b | ) |
| AccountType Core.Tools.AccountManager.Map.Account.AccountType = AccountType.UNKNOWN |
| AccountStatus Core.Tools.AccountManager.Map.Account.AccountStatus = AccountStatus.UNKNOWN |
| bool Core.Tools.AccountManager.Map.Account.IsLoggedIn = false |
| DateTime Core.Tools.AccountManager.Map.Account.CreatedDate = DateTime.Now |
| DateTime Core.Tools.AccountManager.Map.Account.LastAccessed = DateTime.Now |
DirectoryGroup Core.Tools.AccountManager.Map.Account.home_directory = null [private] |
byte [] Core.Tools.AccountManager.Map.Account.cipher_key = new byte[0] [private] |
DirectoryGroup Core.Tools.AccountManager.Map.Account.HomeDirectory [get, set] |
ContactInformation Core.Tools.AccountManager.Map.Account.ContactInformation [get, set] |
bool Core.Tools.AccountManager.Map.Account.CanCipher [get] |
byte [] Core.Tools.AccountManager.Map.Account.CipherKey [get, set] |