Interface ITcoObject
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoObject : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_Identity
Declaration
[RenderIgnore]
[ReadOnly]
[CompilerOmits(new string[]{"BuilderPlainer", "BuilderShadow"})]
IOnlineULInt _Identity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
_messenger
Declaration
[RenderIgnore]
[CompilerOmits(new string[]{"BuilderPlainer", "BuilderShadow"})]
ITcoMessenger _messenger { get; }
Property Value
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
string AttributeToolTip { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoObject CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoObject)
Declaration
void FlushOnlineToPlain(PlainTcoObject source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoObject)
Declaration
void FlushPlainToOnline(PlainTcoObject source)
Parameters