C# Class LibiadaWeb.Tasks.TaskData

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

Public Properties

Property Type Description
Completed DateTimeOffset?
Created DateTimeOffset
DisplayName string
ExecutionTime TimeSpan?
Id int
Started DateTimeOffset?
TaskState TaskState
UserId string
UserName string

Public Methods

Method Description
Clone ( ) : TaskData

The clone.

TaskData ( int id, string displayName, string userId ) : System

Initializes a new instance of the TaskData class.

Method Details

Clone() public method

The clone.
public Clone ( ) : TaskData
return TaskData

TaskData() public method

Initializes a new instance of the TaskData class.
public TaskData ( int id, string displayName, string userId ) : System
id int /// The id. ///
displayName string /// The display name. ///
userId string /// Creator id. ///
return System

Property Details

Completed public_oe property

The completed.
public DateTimeOffset? Completed
return DateTimeOffset?

Created public_oe property

The created.
public DateTimeOffset Created
return DateTimeOffset

DisplayName public_oe property

The display name.
public string DisplayName
return string

ExecutionTime public_oe property

The completed.
public TimeSpan? ExecutionTime
return TimeSpan?

Id public_oe property

The id.
public int Id
return int

Started public_oe property

The started.
public DateTimeOffset? Started
return DateTimeOffset?

TaskState public_oe property

The task state.
public TaskState TaskState
return TaskState

UserId public_oe property

The user id.
public string UserId
return string

UserName public_oe property

The user name.
public string UserName
return string