C# Class Cats.Services.Logistics.DeliveryService

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

Méthodes publiques

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

Method Details

AddDelivery() public méthode

public AddDelivery ( Delivery delivery ) : bool
delivery Cats.Models.Delivery
Résultat bool

DeleteById() public méthode

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

DeleteDelivery() public méthode

public DeleteDelivery ( Delivery delivery ) : bool
delivery Cats.Models.Delivery
Résultat bool

DeliveryService() public méthode

public DeliveryService ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditDelivery() public méthode

public EditDelivery ( Delivery delivery ) : bool
delivery Cats.Models.Delivery
Résultat bool

FindBy() public méthode

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

FindById() public méthode

public FindById ( System.Guid id ) : Delivery
id System.Guid
Résultat Cats.Models.Delivery

Get() public méthode

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

GetAllDelivery() public méthode

public GetAllDelivery ( ) : List
Résultat List

GetDonorID() public méthode

public GetDonorID ( string shippingInstruction ) : int?
shippingInstruction string
Résultat int?

GetFDPDelivery() public méthode

public GetFDPDelivery ( int transportOrderId, int fdpId ) : decimal
transportOrderId int
fdpId int
Résultat decimal