C# Class DRMFSS.BLL.Services.StackEventService

Inheritance: IStackEventService
Show file Open project: edgecomputing/cats-hub-module

Public Methods

Method Description
AddStackEvent ( StackEvent entity ) : bool
DeleteById ( int id ) : bool
DeleteStackEvent ( StackEvent entity ) : bool
Dispose ( ) : void
EditStackEvent ( StackEvent entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : StackEvent
GetAllStackEvent ( ) : List
GetAllStackEvents ( UserProfile user ) : List
GetAllStackEventsByStoreIdStackId ( UserProfile user, int StackId, int StoreId ) : List
StackEventService ( IUnitOfWork unitOfWork ) : System

Method Details

AddStackEvent() public method

public AddStackEvent ( StackEvent entity ) : bool
entity StackEvent
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteStackEvent() public method

public DeleteStackEvent ( StackEvent entity ) : bool
entity StackEvent
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditStackEvent() public method

public EditStackEvent ( StackEvent entity ) : bool
entity StackEvent
return bool

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( int id ) : StackEvent
id int
return StackEvent

GetAllStackEvent() public method

public GetAllStackEvent ( ) : List
return List

GetAllStackEvents() public method

public GetAllStackEvents ( UserProfile user ) : List
user UserProfile
return List

GetAllStackEventsByStoreIdStackId() public method

public GetAllStackEventsByStoreIdStackId ( UserProfile user, int StackId, int StoreId ) : List
user UserProfile
StackId int
StoreId int
return List

StackEventService() public method

public StackEventService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System