Class NullTwinIdentity
Represents null or non-existing ITwinIdentity object.
Implements
Inherited Members
Namespace: AXSharp.Connector.Identity
Assembly: AXSharp.Connector.dll
Syntax
public class NullTwinIdentity : ITwinIdentity
Properties
| Edit this page View SourceAttributeName
Gets unknown identity name.
Declaration
public string AttributeName { get; }
Property Value
Type | Description |
---|---|
string |
HumanReadable
Gets unknown human readable path.
Declaration
public string HumanReadable { get; }
Property Value
Type | Description |
---|---|
string |
Identity
Gets empty identity value.
Declaration
public OnlinerULInt Identity { get; }
Property Value
Type | Description |
---|---|
OnlinerULInt |
Symbol
Gets unknown symbol.
Declaration
public string Symbol { get; }
Property Value
Type | Description |
---|---|
string |