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