\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.FiftyOne.Constants Class Reference

Detailed Description

Constants used by 51Degrees Aspect Engines.

Public Attributes

const string  EVIDENCE_SESSIONID_SUFFIX = "session-id"
The suffix for 'session id' data populated and used by the SequenceElement and other internal Pipeline elements. More...
const string  EVIDENCE_SESSIONID
session id evidence constant. More...
const string  EVIDENCE_SEQUENCE_SUFIX = "sequence"
The suffix for 'sequence' data populated and used by the SequenceElement and other internal Pipeline elements. More...
const string  EVIDENCE_SEQUENCE
Sequence evidence constant. More...

Member Data Documentation

◆ EVIDENCE_SEQUENCE

const string FiftyOne.Pipeline.Engines.FiftyOne.Constants.EVIDENCE_SEQUENCE
Initial value:
=
Core.Constants.EVIDENCE_QUERY_PREFIX +
Core.Constants.EVIDENCE_SEPERATOR +

Sequence evidence constant.

◆ EVIDENCE_SEQUENCE_SUFIX

const string FiftyOne.Pipeline.Engines.FiftyOne.Constants.EVIDENCE_SEQUENCE_SUFIX = "sequence"

The suffix for 'sequence' data populated and used by the SequenceElement and other internal Pipeline elements.

◆ EVIDENCE_SESSIONID

const string FiftyOne.Pipeline.Engines.FiftyOne.Constants.EVIDENCE_SESSIONID
Initial value:
=
Core.Constants.EVIDENCE_QUERY_PREFIX +
Core.Constants.EVIDENCE_SEPERATOR +

session id evidence constant.

◆ EVIDENCE_SESSIONID_SUFFIX

const string FiftyOne.Pipeline.Engines.FiftyOne.Constants.EVIDENCE_SESSIONID_SUFFIX = "session-id"

The suffix for 'session id' data populated and used by the SequenceElement and other internal Pipeline elements.