Class TcoElementsTwinController
Inheritance
System.Object
TcoElementsTwinController
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: TcoElementsConnector.dll
Syntax
public class TcoElementsTwinController : ITwinController, ITcoElementsTwinController, IShadowTcoElementsTwinController
Constructors
|
Improve this Doc
View Source
TcoElementsTwinController()
Declaration
public TcoElementsTwinController()
|
Improve this Doc
View Source
TcoElementsTwinController(ConnectorAdapter)
Declaration
public TcoElementsTwinController(ConnectorAdapter adapter)
Parameters
Type |
Name |
Description |
Vortex.Connector.ConnectorAdapter |
adapter |
|
|
Improve this Doc
View Source
TcoElementsTwinController(ConnectorAdapter, Object[])
Declaration
public TcoElementsTwinController(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
Property Value
|
Improve this Doc
View Source
Online
Declaration
public ITcoElementsTwinController Online { get; }
Property Value
|
Improve this Doc
View Source
Shadow
Declaration
public IShadowTcoElementsTwinController 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 PlainTcoElementsTwinController CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoElementsTwinController)
Declaration
protected PlainTcoElementsTwinController CreatePlainerType(PlainTcoElementsTwinController cloned)
Parameters
Returns
|
Improve this Doc
View Source
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
|
Improve this Doc
View Source
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
Implements
Vortex.Connector.ITwinController