Class NullVortexIdentity
Represents null or non-existing IVortexIdentity object.
Inheritance
System.Object
NullVortexIdentity
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |