Interface IStepDetails
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IStepDetails : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
IOnlineString Description { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
Duration
Declaration
IOnlineTime Duration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
|
Improve this Doc
View Source
Enabled
Declaration
IOnlineBool Enabled { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
ID
Declaration
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
Order
Declaration
IOnlineUInt Order { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
|
Improve this Doc
View Source
Status
Declaration
[EnumeratorDiscriminator(typeof(eStepStatus))]
IOnlineInt Status { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainStepDetails CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainStepDetails)
Declaration
void FlushOnlineToPlain(PlainStepDetails source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainStepDetails)
Declaration
void FlushPlainToOnline(PlainStepDetails source)
Parameters