Static Public Attributes | List of all members
NodeIDType Class Reference

Describes the representation of a node ID. More...

Inherits object.

Static Public Attributes

int ByteString = 5
 Represents a byte-string. More...
 
int GUID = 4
 Represents a GUID. More...
 
int Numeric = 0
 Represents a number. More...
 
int String = 3
 Represents a string. More...
 

Detailed Description

Describes the representation of a node ID.

Member Data Documentation

◆ ByteString

int ByteString = 5
static

Represents a byte-string.

◆ GUID

int GUID = 4
static

Represents a GUID.

◆ Numeric

int Numeric = 0
static

Represents a number.

◆ String

int String = 3
static

Represents a string.