C# Class EDCompanionAPI.Models.Profile

Mostrar archivo Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Methods

Method Description
Delete ( string email ) : void
Load ( string email ) : Profile
Profile ( ) : System
Save ( ) : void

Private Methods

Method Description
GetFilePath ( string email ) : string

Method Details

Delete() public static method

public static Delete ( string email ) : void
email string
return void

Load() public static method

public static Load ( string email ) : Profile
email string
return Profile

Profile() public method

public Profile ( ) : System
return System

Save() public method

public Save ( ) : void
return void