C# Class Cats.Services.Logistics.DeliveryReconcileService

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

Méthodes publiques

Méthode Description
AddDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
DeleteById ( int id ) : bool
DeleteDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
DeliveryReconcileService ( IUnitOfWork unitOfWork ) : System
EditDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : DeliveryReconcile
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllDeliveryReconciles ( ) : List

Method Details

AddDeliveryReconcile() public méthode

public AddDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
deliveryReconcile Cats.Models.DeliveryReconcile
Résultat bool

DeleteById() public méthode

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

DeleteDeliveryReconcile() public méthode

public DeleteDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
deliveryReconcile Cats.Models.DeliveryReconcile
Résultat bool

DeliveryReconcileService() public méthode

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

EditDeliveryReconcile() public méthode

public EditDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
deliveryReconcile Cats.Models.DeliveryReconcile
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 ( int id ) : DeliveryReconcile
id int
Résultat Cats.Models.DeliveryReconcile

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

GetAllDeliveryReconciles() public méthode

public GetAllDeliveryReconciles ( ) : List
Résultat List