C# 클래스 AssemblyCSharp.BackendAuth

파일 보기 프로젝트 열기: wooga/ps_social_jam 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Password string
UserID string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AsJson ( ) : object>.Dictionary
Exists ( ) : bool
FromJSON ( object>.Dictionary json ) : BackendAuth
Load ( ) : BackendAuth
Reset ( ) : void
Save ( ) : void

메소드 상세

AsJson() 공개 메소드

public AsJson ( ) : object>.Dictionary
리턴 object>.Dictionary

Exists() 공개 정적인 메소드

public static Exists ( ) : bool
리턴 bool

FromJSON() 공개 정적인 메소드

public static FromJSON ( object>.Dictionary json ) : BackendAuth
json object>.Dictionary
리턴 BackendAuth

Load() 공개 정적인 메소드

public static Load ( ) : BackendAuth
리턴 BackendAuth

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

Password 공개적으로 프로퍼티

public string Password
리턴 string

UserID 공개적으로 프로퍼티

public string UserID
리턴 string