C# 클래스 Cats.Services.Logistics.DeliveryService

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

공개 메소드들

메소드 설명
AddDelivery ( Delivery delivery ) : bool
DeleteById ( int id ) : bool
DeleteDelivery ( Delivery delivery ) : bool
DeliveryService ( ) : System
Dispose ( ) : void
EditDelivery ( Delivery delivery ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( System.Guid id ) : Delivery
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllDelivery ( ) : List
GetDonorID ( string shippingInstruction ) : int?
GetFDPDelivery ( int transportOrderId, int fdpId ) : decimal

메소드 상세

AddDelivery() 공개 메소드

public AddDelivery ( Delivery delivery ) : bool
delivery Cats.Models.Delivery
리턴 bool

DeleteById() 공개 메소드

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

DeleteDelivery() 공개 메소드

public DeleteDelivery ( Delivery delivery ) : bool
delivery Cats.Models.Delivery
리턴 bool

DeliveryService() 공개 메소드

public DeliveryService ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditDelivery() 공개 메소드

public EditDelivery ( Delivery delivery ) : bool
delivery Cats.Models.Delivery
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

public FindById ( System.Guid id ) : Delivery
id System.Guid
리턴 Cats.Models.Delivery

Get() 공개 메소드

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

GetAllDelivery() 공개 메소드

public GetAllDelivery ( ) : List
리턴 List

GetDonorID() 공개 메소드

public GetDonorID ( string shippingInstruction ) : int?
shippingInstruction string
리턴 int?

GetFDPDelivery() 공개 메소드

public GetFDPDelivery ( int transportOrderId, int fdpId ) : decimal
transportOrderId int
fdpId int
리턴 decimal