C# 클래스 DRMFSS.BLL.Services.DetailService

상속: IDetailService
파일 보기 프로젝트 열기: edgecomputing/cats-hub-module

공개 메소드들

메소드 설명
AddDetail ( Detail detail ) : bool
DeleteById ( int id ) : bool
DeleteDetail ( Detail detail ) : bool
DetailService ( ) : System
Dispose ( ) : void
EditDetail ( Detail detail ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Detail
GetAllDetail ( ) : List
GetByMasterID ( int masterId ) : IQueryable

Gets the queriable list of details by master ID.

GetReasonByMaster ( int masterId ) : List

메소드 상세

AddDetail() 공개 메소드

public AddDetail ( Detail detail ) : bool
detail Detail
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteDetail() 공개 메소드

public DeleteDetail ( Detail detail ) : bool
detail Detail
리턴 bool

DetailService() 공개 메소드

public DetailService ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditDetail() 공개 메소드

public EditDetail ( Detail detail ) : bool
detail Detail
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : Detail
id int
리턴 Detail

GetAllDetail() 공개 메소드

public GetAllDetail ( ) : List
리턴 List

GetByMasterID() 공개 메소드

Gets the queriable list of details by master ID.
public GetByMasterID ( int masterId ) : IQueryable
masterId int The master id.
리턴 IQueryable

GetReasonByMaster() 공개 메소드

public GetReasonByMaster ( int masterId ) : List
masterId int
리턴 List