Class MainContext
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TcoData
Assembly: TcoDataConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "MainContext", "TcoData", TypeComplexityEnum.Complex)]
class MainContext : TcoContext, IVortexIdentity, IsTcoContext, IsTcoObject, IVortexObject, ITwinObject, IVortexElement, IMainContext, ITcoContext, IShadowMainContext, IShadowTcoContext, IVortexOnlineObject, IVortexShadowObject
Constructors
| Improve this Doc View SourceMainContext()
Declaration
MainContext()
MainContext(IVortexObject, String, String)
Declaration
MainContext(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
Fields
| Improve this Doc View Source_fbProcessDataManger
Declaration
TcoDataExchange _fbProcessDataManger
Field Value
Type | Description |
---|---|
TcoDataExchange |
_test
Declaration
TcoEntity _test
Field Value
Type | Description |
---|---|
TcoEntity |
Properties
| Improve this Doc View SourcefbProcessDataManger
Declaration
public TcoDataExchange fbProcessDataManger { get; }
Property Value
Type | Description |
---|---|
TcoDataExchange |
test
Declaration
public TcoEntity test { get; }
Property Value
Type | Description |
---|---|
TcoEntity |
Methods
| Improve this Doc View SourceCopyPlainToShadow(PlainMainContext)
Declaration
public void CopyPlainToShadow(PlainMainContext source)
Parameters
Type | Name | Description |
---|---|---|
PlainMainContext | source |
CreatePlainerType()
Declaration
public PlainMainContext CreatePlainerType()
Returns
Type | Description |
---|---|
PlainMainContext |
CreatePlainerType(PlainMainContext)
Declaration
protected PlainMainContext CreatePlainerType(PlainMainContext cloned)
Parameters
Type | Name | Description |
---|---|---|
PlainMainContext | cloned |
Returns
Type | Description |
---|---|
PlainMainContext |
FlushOnlineToPlain(PlainMainContext)
Declaration
public void FlushOnlineToPlain(PlainMainContext source)
Parameters
Type | Name | Description |
---|---|---|
PlainMainContext | source |
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
FlushPlainToOnline(PlainMainContext)
Declaration
public void FlushPlainToOnline(PlainMainContext source)
Parameters
Type | Name | Description |
---|---|---|
PlainMainContext | source |
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
| Improve this Doc View SourceIMainContext.fbProcessDataManger
Declaration
ITcoDataExchange IMainContext.fbProcessDataManger { get; }
Returns
Type | Description |
---|---|
ITcoDataExchange |
IMainContext.test
Declaration
ITcoEntity IMainContext.test { get; }
Returns
Type | Description |
---|---|
ITcoEntity |
IShadowMainContext.fbProcessDataManger
Declaration
IShadowTcoDataExchange IShadowMainContext.fbProcessDataManger { get; }
Returns
Type | Description |
---|---|
IShadowTcoDataExchange |
IShadowMainContext.test
Declaration
IShadowTcoEntity IShadowMainContext.test { get; }
Returns
Type | Description |
---|---|
IShadowTcoEntity |
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject