Interface IShadowTcoObject
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoObject : IVortexShadowObject
Properties
|
Improve this Doc
View Source
_Identity
Declaration
[RenderIgnore]
[ReadOnly]
[CompilerOmits(new string[]{"BuilderPlainer", "BuilderShadow"})]
IShadowULInt _Identity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
_messenger
Declaration
[RenderIgnore]
[CompilerOmits(new string[]{"BuilderPlainer", "BuilderShadow"})]
IShadowTcoMessenger _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
CopyPlainToShadow(PlainTcoObject)
Declaration
void CopyPlainToShadow(PlainTcoObject source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoObject CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()