C# Class IndieAPI.Server.Services.Profiles.UserProfile

Afficher le fichier Open project: SyncZone/IndieAPI Class Usage Examples

Méthodes publiques

Méthode Description
LoadFromDB ( MySqlDataReader reader ) : void
UpdateToDB ( ) : void
UserProfile ( User user ) : System

Method Details

LoadFromDB() public méthode

public LoadFromDB ( MySqlDataReader reader ) : void
reader MySql.Data.MySqlClient.MySqlDataReader
Résultat void

UpdateToDB() public méthode

public UpdateToDB ( ) : void
Résultat void

UserProfile() public méthode

public UserProfile ( User user ) : System
user IndieAPI.Server.UserManagement.User
Résultat System