C# 클래스 EDCompanionAPI.Models.Profile

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( string email ) : void
Load ( string email ) : Profile
Profile ( ) : System
Save ( ) : void

비공개 메소드들

메소드 설명
GetFilePath ( string email ) : string

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( string email ) : void
email string
리턴 void

Load() 공개 정적인 메소드

public static Load ( string email ) : Profile
email string
리턴 Profile

Profile() 공개 메소드

public Profile ( ) : System
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void