Class TcoDrivesBeckhoffTwinController
Inheritance
System.Object
TcoDrivesBeckhoffTwinController
Implements
Vortex.Connector.ITwinController
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()
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public class TcoDrivesBeckhoffTwinController : ITwinController, ITcoDrivesBeckhoffTwinController, IShadowTcoDrivesBeckhoffTwinController
Constructors
|
Improve this Doc
View Source
TcoDrivesBeckhoffTwinController()
Declaration
public TcoDrivesBeckhoffTwinController()
|
Improve this Doc
View Source
TcoDrivesBeckhoffTwinController(ConnectorAdapter)
Declaration
public TcoDrivesBeckhoffTwinController(ConnectorAdapter adapter)
Parameters
Type |
Name |
Description |
Vortex.Connector.ConnectorAdapter |
adapter |
|
|
Improve this Doc
View Source
TcoDrivesBeckhoffTwinController(ConnectorAdapter, Object[])
Declaration
public TcoDrivesBeckhoffTwinController(ConnectorAdapter adapter, object[] parameters)
Parameters
Type |
Name |
Description |
Vortex.Connector.ConnectorAdapter |
adapter |
|
System.Object[] |
parameters |
|
Fields
|
Improve this Doc
View Source
_humanReadable
Declaration
protected string _humanReadable
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_MAIN
Declaration
Field Value
Properties
|
Improve this Doc
View Source
_AttributeName
Declaration
string _AttributeName { }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_translator
Declaration
static ITranslator _translator { }
Property Value
Type |
Description |
Vortex.Localizations.Abstractions.ITranslator |
|
|
Improve this Doc
View Source
AttributeName
Declaration
public string AttributeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Connector
Declaration
public IConnector Connector { get; set; }
Property Value
Type |
Description |
Vortex.Connector.IConnector |
|
|
Improve this Doc
View Source
HumanReadable
Declaration
public string HumanReadable { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LocalizationDirectory
Declaration
public static string LocalizationDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MAIN
Declaration
public MAIN MAIN { get; }
Property Value
|
Improve this Doc
View Source
Online
Declaration
public ITcoDrivesBeckhoffTwinController Online { get; }
Property Value
|
Improve this Doc
View Source
Shadow
Declaration
public IShadowTcoDrivesBeckhoffTwinController Shadow { get; }
Property Value
|
Improve this Doc
View Source
Symbol
Declaration
public string Symbol { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Translator
Declaration
static ITranslator Translator { }
Property Value
Type |
Description |
Vortex.Localizations.Abstractions.ITranslator |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainTcoDrivesBeckhoffTwinController CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoDrivesBeckhoffTwinController)
Declaration
protected PlainTcoDrivesBeckhoffTwinController CreatePlainerType(PlainTcoDrivesBeckhoffTwinController cloned)
Parameters
Returns
|
Improve this Doc
View Source
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
|
Improve this Doc
View Source
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
Explicit Interface Implementations
|
Improve this Doc
View Source
IShadowTcoDrivesBeckhoffTwinController.MAIN
Declaration
IShadowMAIN IShadowTcoDrivesBeckhoffTwinController.MAIN { get; }
Returns
|
Improve this Doc
View Source
ITcoDrivesBeckhoffTwinController.MAIN
Declaration
IMAIN ITcoDrivesBeckhoffTwinController.MAIN { get; }
Returns
Implements
Vortex.Connector.ITwinController