C# Class BExIS.Security.Services.Objects.TaskManager

Inheritance: ITaskManager
Show file Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
CreateTask ( string areaName, string controllerName, string actionName ) : Task
DeleteTaskById ( long id ) : bool
ExistsTaskId ( long id ) : bool
GetAllTasks ( ) : IQueryable
GetTask ( string areaName, string controllerName, string actionName ) : Task
GetTaskById ( long id ) : Task
TaskManager ( ) : System
UpdateTask ( Task task ) : Task

Method Details

CreateTask() public method

public CreateTask ( string areaName, string controllerName, string actionName ) : Task
areaName string
controllerName string
actionName string
return BExIS.Security.Entities.Objects.Task

DeleteTaskById() public method

public DeleteTaskById ( long id ) : bool
id long
return bool

ExistsTaskId() public method

public ExistsTaskId ( long id ) : bool
id long
return bool

GetAllTasks() public method

public GetAllTasks ( ) : IQueryable
return IQueryable

GetTask() public method

public GetTask ( string areaName, string controllerName, string actionName ) : Task
areaName string
controllerName string
actionName string
return BExIS.Security.Entities.Objects.Task

GetTaskById() public method

public GetTaskById ( long id ) : Task
id long
return BExIS.Security.Entities.Objects.Task

TaskManager() public method

public TaskManager ( ) : System
return System

UpdateTask() public method

public UpdateTask ( Task task ) : Task
task BExIS.Security.Entities.Objects.Task
return BExIS.Security.Entities.Objects.Task