C# Class Cats.Services.Hub.StackEventService

Inheritance: IStackEventService
ファイルを表示 Open project: edgecomputing/cats

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 Cats.Models.Hubs.StackEvent
return bool

DeleteById() public method

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

DeleteStackEvent() public method

public DeleteStackEvent ( StackEvent entity ) : bool
entity Cats.Models.Hubs.StackEvent
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditStackEvent() public method

public EditStackEvent ( StackEvent entity ) : bool
entity Cats.Models.Hubs.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 Cats.Models.Hubs.StackEvent

GetAllStackEvent() public method

public GetAllStackEvent ( ) : List
return List

GetAllStackEvents() public method

public GetAllStackEvents ( UserProfile user ) : List
user Cats.Models.Hubs.UserProfile
return List

GetAllStackEventsByStoreIdStackId() public method

public GetAllStackEventsByStoreIdStackId ( UserProfile user, int StackId, int StoreId ) : List
user Cats.Models.Hubs.UserProfile
StackId int
StoreId int
return List

StackEventService() public method

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