C# Class Cats.Services.Logistics.TransporterPaymentRequestService

Inheritance: ITransporterPaymentRequestService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
AddTransporterPaymentRequest ( TransporterPaymentRequest transporterPaymentRequest ) : bool
DeleteById ( int id ) : bool
DeleteTransporterPaymentRequest ( TransporterPaymentRequest transporterPaymentRequest ) : bool
Dispose ( ) : void
EditTransporterPaymentRequest ( TransporterPaymentRequest transporterPaymentRequest ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : TransporterPaymentRequest
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllTransporterPaymentRequest ( ) : List
GetFinalState ( int parentBusinessProcessID ) : int
Reject ( TransporterPaymentRequest transporterPaymentRequest ) : bool
TransporterPaymentRequestService ( IUnitOfWork unitOfWork ) : System

Method Details

AddTransporterPaymentRequest() public method

public AddTransporterPaymentRequest ( TransporterPaymentRequest transporterPaymentRequest ) : bool
transporterPaymentRequest TransporterPaymentRequest
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteTransporterPaymentRequest() public method

public DeleteTransporterPaymentRequest ( TransporterPaymentRequest transporterPaymentRequest ) : bool
transporterPaymentRequest TransporterPaymentRequest
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditTransporterPaymentRequest() public method

public EditTransporterPaymentRequest ( TransporterPaymentRequest transporterPaymentRequest ) : bool
transporterPaymentRequest TransporterPaymentRequest
return bool

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( int id ) : TransporterPaymentRequest
id int
return TransporterPaymentRequest

Get() public method

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
return IEnumerable

GetAllTransporterPaymentRequest() public method

public GetAllTransporterPaymentRequest ( ) : List
return List

GetFinalState() public method

public GetFinalState ( int parentBusinessProcessID ) : int
parentBusinessProcessID int
return int

Reject() public method

public Reject ( TransporterPaymentRequest transporterPaymentRequest ) : bool
transporterPaymentRequest TransporterPaymentRequest
return bool

TransporterPaymentRequestService() public method

public TransporterPaymentRequestService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System