C# Class Raven.Storage.Managed.StroageActions.TasksStorageActions

Inheritance: AbstractStorageActions, ITasksStorageActions
显示文件 Open project: markrendle/ravendb

Public Methods

Method Description
AddTask ( Task task ) : void
DoesTasksExistsForIndex ( string name, System.DateTime cutOff ) : bool
GetMergedTask ( int &countOfMergedTasks ) : Task

Private Methods

Method Description
GetTaskType ( string taskTypeName ) : Type

Method Details

AddTask() public method

public AddTask ( Task task ) : void
task Raven.Database.Tasks.Task
return void

DoesTasksExistsForIndex() public method

public DoesTasksExistsForIndex ( string name, System.DateTime cutOff ) : bool
name string
cutOff System.DateTime
return bool

GetMergedTask() public method

public GetMergedTask ( int &countOfMergedTasks ) : Task
countOfMergedTasks int
return Raven.Database.Tasks.Task