C# Class LibiadaWeb.Tasks.Task

The task.
Datei anzeigen Open project: intervals-mining-lab/libiada-web Class Usage Examples

Public Properties

Property Type Description
Action object>>.Func
ControllerName string
Result object>.Dictionary
TaskData TaskData
Thread Thread

Public Methods

Method Description
Clone ( ) : Task

The clone.

Task ( int id, object>.Func action, string controllerName, string displayName, string userId ) : System

Initializes a new instance of the Task class.

Private Methods

Method Description
Task ( object>.Func action, TaskData taskData, object>.Dictionary result, string controllerName, Thread thread ) : System

Initializes a new instance of the Task class.

Method Details

Clone() public method

The clone.
public Clone ( ) : Task
return Task

Task() public method

Initializes a new instance of the Task class.
public Task ( int id, object>.Func action, string controllerName, string displayName, string userId ) : System
id int /// The id. ///
action object>.Func /// The action. ///
controllerName string /// The controller name. ///
displayName string /// The display name. ///
userId string /// Creator id. ///
return System

Property Details

Action public_oe property

The action.
public Func> Action
return object>>.Func

ControllerName public_oe property

The controller name.
public string ControllerName
return string

Result public_oe property

The result.
public Dictionary Result
return object>.Dictionary

TaskData public_oe property

The task data.
public TaskData,LibiadaWeb.Tasks TaskData
return TaskData

Thread public_oe property

The thread.
public Thread Thread
return Thread