Class TcoPneumaticsTwinController
Inheritance
System.Object
TcoPneumaticsTwinController
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: TcoPneumaticsConnector.dll
Syntax
public class TcoPneumaticsTwinController : ITwinController, ITcoPneumaticsTwinController, IShadowTcoPneumaticsTwinController
Constructors
|
Improve this Doc
View Source
TcoPneumaticsTwinController()
Declaration
public TcoPneumaticsTwinController()
|
Improve this Doc
View Source
TcoPneumaticsTwinController(ConnectorAdapter)
Declaration
public TcoPneumaticsTwinController(ConnectorAdapter adapter)
Parameters
Type |
Name |
Description |
Vortex.Connector.ConnectorAdapter |
adapter |
|
|
Improve this Doc
View Source
TcoPneumaticsTwinController(ConnectorAdapter, Object[])
Declaration
public TcoPneumaticsTwinController(ConnectorAdapter adapter, object[] parameters)
Parameters
Type |
Name |
Description |
Vortex.Connector.ConnectorAdapter |
adapter |
|
System.Object[] |
parameters |
|
Fields
|
Improve this Doc
View Source
_Global_Version
Declaration
Global_Version _Global_Version
Field Value
|
Improve this Doc
View Source
_humanReadable
Declaration
protected string _humanReadable
Field Value
Type |
Description |
System.String |
|
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
Global_Version
Declaration
public Global_Version Global_Version { get; }
Property Value
|
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
Online
Declaration
public ITcoPneumaticsTwinController Online { get; }
Property Value
|
Improve this Doc
View Source
Shadow
Declaration
public IShadowTcoPneumaticsTwinController 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 PlainTcoPneumaticsTwinController CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoPneumaticsTwinController)
Declaration
protected PlainTcoPneumaticsTwinController CreatePlainerType(PlainTcoPneumaticsTwinController 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
IShadowTcoPneumaticsTwinController.Global_Version
Declaration
IShadowGlobal_Version IShadowTcoPneumaticsTwinController.Global_Version { get; }
Returns
|
Improve this Doc
View Source
ITcoPneumaticsTwinController.Global_Version
Declaration
IGlobal_Version ITcoPneumaticsTwinController.Global_Version { get; }
Returns
Implements
Vortex.Connector.ITwinController