Class TransportTask
Represents a transport task.
Inheritance
TransportTask
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Configurator
Assembly: BiExcellence.OpenBi.Api.Configurator.dll
Syntax
public class TransportTask : ITransportTask
Constructors
TransportTask()
Initializes a new instance of the TransportTask class with a new id.
Declaration
public TransportTask()
TransportTask(string)
Initializes a new instance of the TransportTask class.
Declaration
public TransportTask(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The id. |
Properties
Changed
Gets the changed date.
Declaration
public DateTimeOffset Changed { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
Created
Gets the created date.
Declaration
public DateTimeOffset Created { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
Description
Gets or sets the description.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Owner
Gets the owner.
Declaration
public string? Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Released
Gets the released date.
Declaration
public DateTimeOffset? Released { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
Source
Gets the source.
Declaration
public string? Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Gets or sets the sate.
Declaration
public string? State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
See TransportTaskStates for common values.
Methods
ToString()
Returns the Description.
Declaration
public override string? ToString()
Returns
| Type | Description |
|---|---|
| string |