Class TransportTaskElement
Represents a transport task element.
Inheritance
TransportTaskElement
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Configurator
Assembly: BiExcellence.OpenBi.Api.Configurator.dll
Syntax
public class TransportTaskElement : ITransportTaskElement
Constructors
TransportTaskElement()
Initializes a new instance of the TransportTaskElement class.
Declaration
public TransportTaskElement()
Properties
Action
Gets or sets the action.
Declaration
public string? Action { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
See TransportTaskElementActions for common values.
Date
Gets the date.
Declaration
public DateTimeOffset Date { get; protected set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
ElementId
Gets or sets the element id.
Declaration
public string? ElementId { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementName
Gets or sets the element name.
Declaration
public string? ElementName { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementType
Gets or sets the element type.
Declaration
public string? ElementType { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
See TransportTaskElementTypes for common values.
Id
Gets or sets the id.
Declaration
public int? Id { get; set; }
Property Value
Type | Description |
---|---|
int? |
Language
Gets or sets the language.
Declaration
public string? Language { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentId
Gets or sets the parent id.
Declaration
public string? ParentId { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentName
Gets or sets the parent name.
Declaration
public string? ParentName { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentType
Gets tor sets the parent type.
Declaration
public string? ParentType { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
See TransportTaskElementTypes for common values.