Interface ITcoEntity
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDataConnector.dll
Syntax
public interface ITcoEntity : ITcoStruct, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_EntityId
Declaration
[Container(Layout.Stack)]
[RenderIgnore(new string[]{"Control", "ShadowControl", "ControlSlim", "ShadowControlSlim"})]
IOnlineString _EntityId { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoEntity CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoEntity)
Declaration
void FlushOnlineToPlain(PlainTcoEntity source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoEntity)
Declaration
void FlushPlainToOnline(PlainTcoEntity source)
Parameters