C# Class Kreyos.Classes.Managers.PrefsManager

Afficher le fichier Open project: kreyosopensource/KreyosWP

Méthodes publiques

Свойство Type Description
KREYOS_ACTIVITIES string
KREYOS_PROFILE string
KREYOS_USER_PREFS string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
PrefsManager ( ) : System
Reload ( string p_key ) : List

Method Details

Activities() public méthode

public Activities ( ulong p_epoch ) : List
p_epoch ulong
Résultat List

Init() public méthode

public Init ( string p_user ) : void
p_user string
Résultat void

OverallActivities() public méthode

public OverallActivities ( ) : List
Résultat List

Save() public méthode

public Save ( ) : void
Résultat void

SaveUserAct() public méthode

public SaveUserAct ( List p_acts ) : void
p_acts List
Résultat void

SaveUserProfile() public méthode

public SaveUserProfile ( Kreyos_User_Profile p_profile ) : void
p_profile Kreyos.Classes.DBTables.Kreyos_User_Profile
Résultat void

Property Details

KREYOS_ACTIVITIES public_oe static_oe property

public static string KREYOS_ACTIVITIES
Résultat string

KREYOS_PROFILE public_oe static_oe property

public static string KREYOS_PROFILE
Résultat string

KREYOS_USER_PREFS public_oe static_oe property

public static string KREYOS_USER_PREFS
Résultat string