C# 클래스 HBS.Data.Concrete.AdminRepository

상속: BaseRepository, IAdminRepository
파일 보기 프로젝트 열기: heartbeatservice/HeartbeatServiceSolution 1 사용 예제들

공개 메소드들

메소드 설명
AddModule ( Module module ) : int
GetModule ( int moduleId ) : Module
GetModules ( ) : List
GetModules ( int companyid, string modulename ) : List
GetModulesByCompany ( int companyid ) : List
GetModulesByUser ( int userid ) : List
UpdateModule ( int moduleId, Module module ) : bool

메소드 상세

AddModule() 공개 메소드

public AddModule ( Module module ) : int
module HBS.Entities.Module
리턴 int

GetModule() 공개 메소드

public GetModule ( int moduleId ) : Module
moduleId int
리턴 HBS.Entities.Module

GetModules() 공개 메소드

public GetModules ( ) : List
리턴 List

GetModules() 공개 메소드

public GetModules ( int companyid, string modulename ) : List
companyid int
modulename string
리턴 List

GetModulesByCompany() 공개 메소드

public GetModulesByCompany ( int companyid ) : List
companyid int
리턴 List

GetModulesByUser() 공개 메소드

public GetModulesByUser ( int userid ) : List
userid int
리턴 List

UpdateModule() 공개 메소드

public UpdateModule ( int moduleId, Module module ) : bool
moduleId int
module HBS.Entities.Module
리턴 bool