C# Class Cats.Helpers.UserAccountHelper

Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode Description
GetCurrentUser ( ) : UserInfo
GetUser ( string userName ) : UserInfo
GetUserName ( ) : string
GetUserName ( this helper ) : string
GetUserPermissionCache ( CatsGlobals application ) : NetSqlAzMan.Cache.UserPermissionCache
UserCalendarPreference ( ) : string
UserCalendarPreference ( this helper ) : string
UserLanguagePreference ( this helper ) : string
UserUnitPreference ( ) : string
UserUnitPreference ( this helper ) : string

Private Methods

Méthode Description
GetUserInfo ( string userName ) : UserInfo
SignOut ( ) : void

Method Details

GetCurrentUser() public static méthode

public static GetCurrentUser ( ) : UserInfo
Résultat Cats.Models.Security.UserInfo

GetUser() public static méthode

public static GetUser ( string userName ) : UserInfo
userName string
Résultat Cats.Models.Security.UserInfo

GetUserName() public static méthode

public static GetUserName ( ) : string
Résultat string

GetUserName() public static méthode

public static GetUserName ( this helper ) : string
helper this
Résultat string

GetUserPermissionCache() public static méthode

public static GetUserPermissionCache ( CatsGlobals application ) : NetSqlAzMan.Cache.UserPermissionCache
application CatsGlobals
Résultat NetSqlAzMan.Cache.UserPermissionCache

UserCalendarPreference() public static méthode

public static UserCalendarPreference ( ) : string
Résultat string

UserCalendarPreference() public static méthode

public static UserCalendarPreference ( this helper ) : string
helper this
Résultat string

UserLanguagePreference() public static méthode

public static UserLanguagePreference ( this helper ) : string
helper this
Résultat string

UserUnitPreference() public static méthode

public static UserUnitPreference ( ) : string
Résultat string

UserUnitPreference() public static méthode

public static UserUnitPreference ( this helper ) : string
helper this
Résultat string