C# 클래스 Kreyos.Classes.Managers.PrefsManager

파일 보기 프로젝트 열기: kreyosopensource/KreyosWP

공개 프로퍼티들

프로퍼티 타입 설명
KREYOS_ACTIVITIES string
KREYOS_PROFILE string
KREYOS_USER_PREFS string

공개 메소드들

메소드 설명
Activities ( ulong p_epoch ) : List
Init ( string p_user ) : void
OverallActivities ( ) : List
Save ( ) : void
SaveUserAct ( List p_acts ) : void
SaveUserProfile ( Kreyos_User_Profile p_profile ) : void

비공개 메소드들

메소드 설명
PrefsManager ( ) : System
Reload ( string p_key ) : List

메소드 상세

Activities() 공개 메소드

public Activities ( ulong p_epoch ) : List
p_epoch ulong
리턴 List

Init() 공개 메소드

public Init ( string p_user ) : void
p_user string
리턴 void

OverallActivities() 공개 메소드

public OverallActivities ( ) : List
리턴 List

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveUserAct() 공개 메소드

public SaveUserAct ( List p_acts ) : void
p_acts List
리턴 void

SaveUserProfile() 공개 메소드

public SaveUserProfile ( Kreyos_User_Profile p_profile ) : void
p_profile Kreyos.Classes.DBTables.Kreyos_User_Profile
리턴 void

프로퍼티 상세

KREYOS_ACTIVITIES 공개적으로 정적으로 프로퍼티

public static string KREYOS_ACTIVITIES
리턴 string

KREYOS_PROFILE 공개적으로 정적으로 프로퍼티

public static string KREYOS_PROFILE
리턴 string

KREYOS_USER_PREFS 공개적으로 정적으로 프로퍼티

public static string KREYOS_USER_PREFS
리턴 string