C# Class Cats.Services.Procurement.BidService

Inheritance: IBidService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
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

Method Details

ActivateBid() public méthode

public ActivateBid ( int id ) : void
id int
Résultat void

AddBid() public méthode

public AddBid ( Bid bid ) : bool
bid Cats.Models.Bid
Résultat bool

AutogenerateBidNo() public méthode

public AutogenerateBidNo ( ) : string
Résultat string

BidService() public méthode

public BidService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Résultat System

DeleteBid() public méthode

public DeleteBid ( Bid bid ) : bool
bid Cats.Models.Bid
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

EditBid() public méthode

public EditBid ( Bid bid ) : bool
bid Cats.Models.Bid
Résultat bool

FindBy() public méthode

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
Résultat List

FindById() public méthode

public FindById ( int id ) : Bid
id int
Résultat Cats.Models.Bid

Get() public méthode

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
Résultat IEnumerable

GetAllBid() public méthode

public GetAllBid ( ) : List
Résultat List

Save() public méthode

public Save ( ) : bool
Résultat bool