C# Class Cats.Services.Logistics.DeliveryDetailService

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

Méthodes publiques

Méthode Description
AddDeliveryDetail ( DeliveryDetail deliveryDetail ) : bool
DeleteById ( int id ) : bool
DeleteDeliveryDetail ( DeliveryDetail deliveryDetail ) : bool
DeliveryDetailService ( ) : System
Dispose ( ) : void
EditDeliveryDetail ( DeliveryDetail deliveryDetail ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( System.Guid id ) : DeliveryDetail
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllDeliveryDetail ( ) : List

Method Details

AddDeliveryDetail() public méthode

public AddDeliveryDetail ( DeliveryDetail deliveryDetail ) : bool
deliveryDetail Cats.Models.DeliveryDetail
Résultat bool

DeleteById() public méthode

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

DeleteDeliveryDetail() public méthode

public DeleteDeliveryDetail ( DeliveryDetail deliveryDetail ) : bool
deliveryDetail Cats.Models.DeliveryDetail
Résultat bool

DeliveryDetailService() public méthode

public DeliveryDetailService ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditDeliveryDetail() public méthode

public EditDeliveryDetail ( DeliveryDetail deliveryDetail ) : bool
deliveryDetail Cats.Models.DeliveryDetail
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 ) : DeliveryDetail
id System.Guid
Résultat Cats.Models.DeliveryDetail

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

GetAllDeliveryDetail() public méthode

public GetAllDeliveryDetail ( ) : List
Résultat List