Interface ITransportTaskElement
Represents a transport task element.
Namespace: BiExcellence.OpenBi.Api.Commands.Configurator
Assembly: BiExcellence.OpenBi.Api.Configurator.dll
Syntax
public interface ITransportTaskElement
Properties
Action
Gets or sets the action.
Declaration
string? Action { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
See TransportTaskElementActions for common values.
Date
Gets the date.
Declaration
DateTimeOffset Date { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
ElementId
Gets or sets the element id.
Declaration
string? ElementId { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementName
Gets or sets the element name.
Declaration
string? ElementName { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementType
Gets or sets the element type.
Declaration
string? ElementType { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
See TransportTaskElementTypes for common values.
Language
Gets or sets the language.
Declaration
string? Language { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentId
Gets or sets the parent id.
Declaration
string? ParentId { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentName
Gets or sets the parent name.
Declaration
string? ParentName { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentType
Gets tor sets the parent type.
Declaration
string? ParentType { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
See TransportTaskElementTypes for common values.