C# 클래스 Cats.Helpers.UserAccountHelper

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetUserInfo ( string userName ) : UserInfo
SignOut ( ) : void

메소드 상세

GetCurrentUser() 공개 정적인 메소드

public static GetCurrentUser ( ) : UserInfo
리턴 Cats.Models.Security.UserInfo

GetUser() 공개 정적인 메소드

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

GetUserName() 공개 정적인 메소드

public static GetUserName ( ) : string
리턴 string

GetUserName() 공개 정적인 메소드

public static GetUserName ( this helper ) : string
helper this
리턴 string

GetUserPermissionCache() 공개 정적인 메소드

public static GetUserPermissionCache ( CatsGlobals application ) : NetSqlAzMan.Cache.UserPermissionCache
application CatsGlobals
리턴 NetSqlAzMan.Cache.UserPermissionCache

UserCalendarPreference() 공개 정적인 메소드

public static UserCalendarPreference ( ) : string
리턴 string

UserCalendarPreference() 공개 정적인 메소드

public static UserCalendarPreference ( this helper ) : string
helper this
리턴 string

UserLanguagePreference() 공개 정적인 메소드

public static UserLanguagePreference ( this helper ) : string
helper this
리턴 string

UserUnitPreference() 공개 정적인 메소드

public static UserUnitPreference ( ) : string
리턴 string

UserUnitPreference() 공개 정적인 메소드

public static UserUnitPreference ( this helper ) : string
helper this
리턴 string