Interface IVortexIdentity
Defines identity object contract.
Namespace: Vortex.Connector.Identity
Assembly: Vortex.Connector.dll
Syntax
public interface IVortexIdentity
  Properties
AttributeName
Gets name of a named vortex object.
Declaration
string AttributeName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
HumanReadable
Gets full path of this vortex object in human readable format.
Declaration
string HumanReadable { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Identity
Gets the online identity.
Declaration
OnlinerULInt Identity { get; }
  Property Value
| Type | Description | 
|---|---|
| OnlinerULInt | 
Symbol
Gets full symbol path of a vortex object.
Declaration
string Symbol { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |