C# 클래스 AppActs.Client.Model.User

파일 보기 프로젝트 열기: Appacts/mobile-analytics-server 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Consume ( User accountUser ) : void
IsEmpty ( ) : bool
User ( ) : System
User ( string name, string email, string password ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Consume() 공개 메소드

public Consume ( User accountUser ) : void
accountUser User
리턴 void

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

User() 공개 메소드

public User ( ) : System
리턴 System

User() 공개 메소드

public User ( string name, string email, string password ) : System
name string
email string
password string
리턴 System