C# Class Cats.Services.Logistics.SIPCAllocationService

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

Méthodes publiques

Méthode Description
Create ( SIPCAllocation allocation ) : bool
Delete ( SIPCAllocation allocation ) : bool
DeleteById ( int id ) : bool
Dispose ( ) : void
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : SIPCAllocation
GetAll ( ) : List
SIPCAllocationService ( IUnitOfWork unitOfWork ) : System
Update ( SIPCAllocation allocation ) : bool

Method Details

Create() public méthode

public Create ( SIPCAllocation allocation ) : bool
allocation Cats.Models.SIPCAllocation
Résultat bool

Delete() public méthode

public Delete ( SIPCAllocation allocation ) : bool
allocation Cats.Models.SIPCAllocation
Résultat bool

DeleteById() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FindBy() public méthode

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

FindById() public méthode

public FindById ( int id ) : SIPCAllocation
id int
Résultat Cats.Models.SIPCAllocation

GetAll() public méthode

public GetAll ( ) : List
Résultat List

SIPCAllocationService() public méthode

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

Update() public méthode

public Update ( SIPCAllocation allocation ) : bool
allocation Cats.Models.SIPCAllocation
Résultat bool