C# Класс Cats.Services.Logistics.DeliveryService

Наследование: IDeliveryService
Показать файл Открыть проект

Открытые методы

Метод Описание
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