C# Класс Crosschat.Client.Model.Managers.AccountManager

Наследование: ManagerBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AccountManager ( IStorage storage, IDeviceInfo deviceInfo, ConnectionManager connectionManager, ProfileServiceProxy profileServiceProxy, RegistrationServiceProxy registrationServiceProxy, AuthenticationServiceProxy authenticationServiceProxy ) : System.Threading.Tasks
ChangePhoto ( byte photoData ) : Task
Deactivate ( ) : System.Threading.Tasks.Task
Register ( string name, string password, int age, bool sex, string country, string platform ) : Task
ValidateAccount ( ) : Task
ValidateAccount ( string name, string password ) : Task

Приватные методы

Метод Описание
InitDeviceInfo ( ) : System.Threading.Tasks.Task

Описание методов

AccountManager() публичный Метод

public AccountManager ( IStorage storage, IDeviceInfo deviceInfo, ConnectionManager connectionManager, ProfileServiceProxy profileServiceProxy, RegistrationServiceProxy registrationServiceProxy, AuthenticationServiceProxy authenticationServiceProxy ) : System.Threading.Tasks
storage IStorage
deviceInfo IDeviceInfo
connectionManager ConnectionManager
profileServiceProxy Crosschat.Client.Model.Proxies.ProfileServiceProxy
registrationServiceProxy Crosschat.Client.Model.Proxies.RegistrationServiceProxy
authenticationServiceProxy Crosschat.Client.Model.Proxies.AuthenticationServiceProxy
Результат System.Threading.Tasks

ChangePhoto() публичный Метод

public ChangePhoto ( byte photoData ) : Task
photoData byte
Результат Task

Deactivate() публичный Метод

public Deactivate ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

Register() публичный Метод

public Register ( string name, string password, int age, bool sex, string country, string platform ) : Task
name string
password string
age int
sex bool
country string
platform string
Результат Task

ValidateAccount() публичный Метод

public ValidateAccount ( ) : Task
Результат Task

ValidateAccount() публичный Метод

public ValidateAccount ( string name, string password ) : Task
name string
password string
Результат Task