C# 클래스 Cats.Services.Procurement.BidService

상속: IBidService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
ActivateBid ( int id ) : void
AddBid ( Bid bid ) : bool
AutogenerateBidNo ( ) : string
BidService ( IUnitOfWork unitOfWork ) : System
DeleteBid ( Bid bid ) : bool
DeleteById ( int id ) : bool
EditBid ( Bid bid ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : Bid
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllBid ( ) : List
Save ( ) : bool

메소드 상세

ActivateBid() 공개 메소드

public ActivateBid ( int id ) : void
id int
리턴 void

AddBid() 공개 메소드

public AddBid ( Bid bid ) : bool
bid Cats.Models.Bid
리턴 bool

AutogenerateBidNo() 공개 메소드

public AutogenerateBidNo ( ) : string
리턴 string

BidService() 공개 메소드

public BidService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System

DeleteBid() 공개 메소드

public DeleteBid ( Bid bid ) : bool
bid Cats.Models.Bid
리턴 bool

DeleteById() 공개 메소드

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

EditBid() 공개 메소드

public EditBid ( Bid bid ) : bool
bid Cats.Models.Bid
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

public FindById ( int id ) : Bid
id int
리턴 Cats.Models.Bid

Get() 공개 메소드

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
리턴 IEnumerable

GetAllBid() 공개 메소드

public GetAllBid ( ) : List
리턴 List

Save() 공개 메소드

public Save ( ) : bool
리턴 bool