C# Class EDCompanionAPI.Models.Profile

Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( string email ) : void
Load ( string email ) : Profile
Profile ( ) : System
Save ( ) : void

Private Methods

Méthode Description
GetFilePath ( string email ) : string

Method Details

Delete() public static méthode

public static Delete ( string email ) : void
email string
Résultat void

Load() public static méthode

public static Load ( string email ) : Profile
email string
Résultat Profile

Profile() public méthode

public Profile ( ) : System
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void