C# 클래스 AJH.CMS.Core.Data.UserManager

파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

공개 메소드들

메소드 설명
Add ( User user ) : int
CheckIfHasAccessCMS ( string FormCode ) : bool
Delete ( int ID ) : void
DeleteLogical ( int ID ) : void
GetCurrentUser ( ) : User
GetUser ( int ID ) : User
GetUser ( string UserName ) : User
GetUserWithValidation ( string UserName, string Password ) : User
GetUsers ( ) : List
GetUsers ( int RoleID ) : List
GetUsersNotInForm ( int FormID ) : List
GetUsersNotInRole ( int RoleID ) : List
LogOut ( ) : void
LoginIn ( User user, bool WithRoles ) : void
Update ( User user ) : void
UpdateActive ( int ID, bool IsActive ) : void

메소드 상세

Add() 공개 정적인 메소드

public static Add ( User user ) : int
user AJH.CMS.Core.Entities.User
리턴 int

CheckIfHasAccessCMS() 공개 정적인 메소드

public static CheckIfHasAccessCMS ( string FormCode ) : bool
FormCode string
리턴 bool

Delete() 공개 정적인 메소드

public static Delete ( int ID ) : void
ID int
리턴 void

DeleteLogical() 공개 정적인 메소드

public static DeleteLogical ( int ID ) : void
ID int
리턴 void

GetCurrentUser() 공개 정적인 메소드

public static GetCurrentUser ( ) : User
리턴 AJH.CMS.Core.Entities.User

GetUser() 공개 정적인 메소드

public static GetUser ( int ID ) : User
ID int
리턴 AJH.CMS.Core.Entities.User

GetUser() 공개 정적인 메소드

public static GetUser ( string UserName ) : User
UserName string
리턴 AJH.CMS.Core.Entities.User

GetUserWithValidation() 공개 정적인 메소드

public static GetUserWithValidation ( string UserName, string Password ) : User
UserName string
Password string
리턴 AJH.CMS.Core.Entities.User

GetUsers() 공개 정적인 메소드

public static GetUsers ( ) : List
리턴 List

GetUsers() 공개 정적인 메소드

public static GetUsers ( int RoleID ) : List
RoleID int
리턴 List

GetUsersNotInForm() 공개 정적인 메소드

public static GetUsersNotInForm ( int FormID ) : List
FormID int
리턴 List

GetUsersNotInRole() 공개 정적인 메소드

public static GetUsersNotInRole ( int RoleID ) : List
RoleID int
리턴 List

LogOut() 공개 정적인 메소드

public static LogOut ( ) : void
리턴 void

LoginIn() 공개 정적인 메소드

public static LoginIn ( User user, bool WithRoles ) : void
user AJH.CMS.Core.Entities.User
WithRoles bool
리턴 void

Update() 공개 정적인 메소드

public static Update ( User user ) : void
user AJH.CMS.Core.Entities.User
리턴 void

UpdateActive() 공개 정적인 메소드

public static UpdateActive ( int ID, bool IsActive ) : void
ID int
IsActive bool
리턴 void