Interface ITransportTask
Represents a transport task.
Namespace: BiExcellence.OpenBi.Api.Commands.Configurator
Assembly: BiExcellence.OpenBi.Api.Configurator.dll
Syntax
public interface ITransportTask
Properties
Changed
Gets the changed date.
Declaration
DateTimeOffset Changed { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Created
Gets the created date.
Declaration
DateTimeOffset Created { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Description
Gets or sets the description.
Declaration
string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Released
Gets the released date.
Declaration
DateTimeOffset? Released { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
State
Gets or sets the sate.
Declaration
string? State { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
See TransportTaskStates for common values.