C# Class Cats.Web.Hub.Controllers.UserAccountHelper

Show file Open project: edgecomputing/cats

Public Methods

Method Description
GetUser ( string userName ) : UserInfo
GetUserName ( this helper ) : string
UserCalendarPreference ( ) : string
UserCalendarPreference ( this helper ) : string
UserLanguagePreference ( this helper ) : string

Method Details

GetUser() public static method

public static GetUser ( string userName ) : UserInfo
userName string
return Cats.Models.Security.UserInfo

GetUserName() public static method

public static GetUserName ( this helper ) : string
helper this
return string

UserCalendarPreference() public static method

public static UserCalendarPreference ( ) : string
return string

UserCalendarPreference() public static method

public static UserCalendarPreference ( this helper ) : string
helper this
return string

UserLanguagePreference() public static method

public static UserLanguagePreference ( this helper ) : string
helper this
return string