C# 클래스 ManageAccounts.Controllers.Manager

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016

공개 메소드들

메소드 설명
ApplicationUserEdit ( ApplicationUserEdit newItem ) : ApplicationUserDetail
DeleteUser ( string id ) : void
FindUsers ( string findString ) : IEnumerable
GetUserById ( string id ) : ApplicationUserDetail
LoadData ( ) : bool
Manager ( ) : System
RemoveData ( ) : bool
RemoveDatabase ( ) : bool
UsersGetAll ( ) : IEnumerable

메소드 상세

ApplicationUserEdit() 공개 메소드

public ApplicationUserEdit ( ApplicationUserEdit newItem ) : ApplicationUserDetail
newItem ApplicationUserEdit
리턴 ApplicationUserDetail

DeleteUser() 공개 메소드

public DeleteUser ( string id ) : void
id string
리턴 void

FindUsers() 공개 메소드

public FindUsers ( string findString ) : IEnumerable
findString string
리턴 IEnumerable

GetUserById() 공개 메소드

public GetUserById ( string id ) : ApplicationUserDetail
id string
리턴 ApplicationUserDetail

LoadData() 공개 메소드

public LoadData ( ) : bool
리턴 bool

Manager() 공개 메소드

public Manager ( ) : System
리턴 System

RemoveData() 공개 메소드

public RemoveData ( ) : bool
리턴 bool

RemoveDatabase() 공개 메소드

public RemoveDatabase ( ) : bool
리턴 bool

UsersGetAll() 공개 메소드

public UsersGetAll ( ) : IEnumerable
리턴 IEnumerable