Class MainContext
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: PlcDocu.TcoData
Assembly: TcoDataConnector.dll
Syntax
public abstract class MainContext : TcoContext
Constructors
| Improve this Doc View SourceMainContext()
Prevents creating instance of this class via public constructor
Declaration
public MainContext()
Fields
| Improve this Doc View SourcefbProcessDataManger
Declaration
public TcoDataExchange fbProcessDataManger
Field Value
Type | Description |
---|---|
TcoDataExchange |
test
Declaration
public TcoEntity test
Field Value
Type | Description |
---|---|
TcoEntity |
Methods
| Improve this Doc View SourceMain()
Main method of the TcoContext. This is the entry point of any control logic that belongs to this context.
The call of this method is ensured by calling the InstanceName.Run()
method, and it must not be called explicitly.
This method is abstract, and it must be overridden in derived block.
Declaration
[IgnoreReflection]
protected void Main()