Interface ITwinElement
Basic contract for any type that is product of building process.
Assembly: AXSharp.Connector.dll
Syntax
public interface ITwinElement
Properties
|
Edit this page
View Source
AttributeName
Gets Name of this instance.
Declaration
string AttributeName { get; }
Property Value
|
Edit this page
View Source
HumanReadable
Provides a string combined from AttributeName of ancestors (GetParent()) of this
instance and the tail of this instance.
Declaration
string HumanReadable { get; }
Property Value
|
Edit this page
View Source
Interpreter
Declaration
Translator Interpreter { get; }
Property Value
|
Edit this page
View Source
Symbol
Get symbol of this instance.
Declaration
Property Value
Methods
|
Edit this page
View Source
GetAttributeName(CultureInfo)
Declaration
string GetAttributeName(CultureInfo culture)
Parameters
Returns
|
Edit this page
View Source
GetHumanReadable(CultureInfo)
Declaration
string GetHumanReadable(CultureInfo culture)
Parameters
Returns
|
Edit this page
View Source
GetParent()
Gets the parent object of this instance.
Parent object is the object that created this instance.
Declaration
Returns
|
Edit this page
View Source
GetSymbolTail()
Get symbol tail of this instance.
Declaration
Returns
|
Edit this page
View Source
Poll()
Add this element for polling the in the next connector read cycle.
Declaration
Extension Methods