Interface ITcoToggleTask
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoToggleTask : ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_enabled
Declaration
[ReadOnly]
IOnlineBool _enabled { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_isServiceable
Declaration
[ReadOnly]
[RenderIgnore]
IOnlineBool _isServiceable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_state
Declaration
[ReadOnly]
IOnlineBool _state { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_toggleRequest
Declaration
IOnlineBool _toggleRequest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
AttributeStateOffDesc
Declaration
string AttributeStateOffDesc { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AttributeStateOnDesc
Declaration
string AttributeStateOnDesc { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoToggleTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoToggleTask)
Declaration
void FlushOnlineToPlain(PlainTcoToggleTask source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoToggleTask)
Declaration
void FlushPlainToOnline(PlainTcoToggleTask source)
Parameters