Interface IShadowTcoMomentaryTask
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoMomentaryTask : IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_enabled
Declaration
[ReadOnly]
IShadowBool _enabled { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_isServiceable
Declaration
[ReadOnly]
[RenderIgnore]
IShadowBool _isServiceable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_setOnRequest
Declaration
IShadowBool _setOnRequest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_state
Declaration
[ReadOnly]
IShadowBool _state { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
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
CopyPlainToShadow(PlainTcoMomentaryTask)
Declaration
void CopyPlainToShadow(PlainTcoMomentaryTask source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoMomentaryTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()