Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Types.Constants Class Reference

Constants used within Diffusion. More...

Public Attributes

const byte RECORD_DELIMITER = 0x01
 Byte value reserved for use as a record delimiter in character-based content. More...
 
const char RECORD_DELIMITER_CHAR = (char) RECORD_DELIMITER
 Character representation of RECORD_DELIMITER. More...
 
const byte FIELD_DELIMITER = 0x02
 Byte value reserved for use as a field delimiter in character-based content. More...
 
const char FIELD_DELIMITER_CHAR = (char) FIELD_DELIMITER
 Character representation of FIELD_DELIMITER. More...
 
const byte EMPTY_FIELD = 0x03
 Byte value reserved for representing an empty field in character-based content. More...
 
const char EMPTY_FIELD_CHAR = (char) EMPTY_FIELD
 Character representation of EMPTY_FIELD. More...
 
const byte RECORD_MU = 0x04
 Byte value reserved for representing a single empty record within content. More...
 
const byte FIELD_MU = 0x05
 Byte value reserved for representing a single empty field within content. More...
 
const byte LIST_DELIMITER = 0x06
 Byte value reserved for use as a list delimiter used for separating the elements of a list in character-based content. More...
 
const char LIST_DELIMITER_CHAR = (char) LIST_DELIMITER
 Character representation of LIST_DELIMITER. More...
 

Static Public Attributes

static string RECORD_DELIMITER_STRING = Convert.ToString(RECORD_DELIMITER_CHAR)
 String representation of RECORD_DELIMITER. Useful for string.Split operations. More...
 
static string FIELD_DELIMITER_STRING = Convert.ToString(FIELD_DELIMITER_CHAR)
 String representation of FIELD_DELIMITER. Useful for string.Split operations. More...
 
static string EMPTY_FIELD_STRING = Convert.ToString(EMPTY_FIELD_CHAR)
 String representation of EMPTY_FIELD. Useful for string comparisons. More...
 
static string LIST_DELIMITER_STRING = Convert.ToString(LIST_DELIMITER_CHAR)
 String representation of LIST_DELIMITER. Useful for string.Split operations. More...
 

Detailed Description

Constants used within Diffusion.

Member Data Documentation

const byte PushTechnology.ClientInterface.Client.Types.Constants.EMPTY_FIELD = 0x03

Byte value reserved for representing an empty field in character-based content.

const char PushTechnology.ClientInterface.Client.Types.Constants.EMPTY_FIELD_CHAR = (char) EMPTY_FIELD

Character representation of EMPTY_FIELD.

string PushTechnology.ClientInterface.Client.Types.Constants.EMPTY_FIELD_STRING = Convert.ToString(EMPTY_FIELD_CHAR)
static

String representation of EMPTY_FIELD. Useful for string comparisons.

const byte PushTechnology.ClientInterface.Client.Types.Constants.FIELD_DELIMITER = 0x02

Byte value reserved for use as a field delimiter in character-based content.

const char PushTechnology.ClientInterface.Client.Types.Constants.FIELD_DELIMITER_CHAR = (char) FIELD_DELIMITER

Character representation of FIELD_DELIMITER.

string PushTechnology.ClientInterface.Client.Types.Constants.FIELD_DELIMITER_STRING = Convert.ToString(FIELD_DELIMITER_CHAR)
static

String representation of FIELD_DELIMITER. Useful for string.Split operations.

const byte PushTechnology.ClientInterface.Client.Types.Constants.FIELD_MU = 0x05

Byte value reserved for representing a single empty field within content.

const byte PushTechnology.ClientInterface.Client.Types.Constants.LIST_DELIMITER = 0x06

Byte value reserved for use as a list delimiter used for separating the elements of a list in character-based content.

const char PushTechnology.ClientInterface.Client.Types.Constants.LIST_DELIMITER_CHAR = (char) LIST_DELIMITER

Character representation of LIST_DELIMITER.

string PushTechnology.ClientInterface.Client.Types.Constants.LIST_DELIMITER_STRING = Convert.ToString(LIST_DELIMITER_CHAR)
static

String representation of LIST_DELIMITER. Useful for string.Split operations.

const byte PushTechnology.ClientInterface.Client.Types.Constants.RECORD_DELIMITER = 0x01

Byte value reserved for use as a record delimiter in character-based content.

const char PushTechnology.ClientInterface.Client.Types.Constants.RECORD_DELIMITER_CHAR = (char) RECORD_DELIMITER

Character representation of RECORD_DELIMITER.

string PushTechnology.ClientInterface.Client.Types.Constants.RECORD_DELIMITER_STRING = Convert.ToString(RECORD_DELIMITER_CHAR)
static

String representation of RECORD_DELIMITER. Useful for string.Split operations.

const byte PushTechnology.ClientInterface.Client.Types.Constants.RECORD_MU = 0x04

Byte value reserved for representing a single empty record within content.


The documentation for this class was generated from the following file: