Class NullVortexIdentity
Represents null or non-existing IVortexIdentity object.
Inheritance
System.Object
NullVortexIdentity
Implements
Namespace: Vortex.Connector.Identity
Assembly: Vortex.Connector.dll
Syntax
public class NullVortexIdentity : IVortexIdentity
Properties
AttributeName
Gets unknown identity name.
Declaration
public string AttributeName { get; }
Property Value
Type | Description |
---|---|
System.String |
HumanReadable
Gets unknown human readable path.
Declaration
public string HumanReadable { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |