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