nsCDEngine.BaseClasses Namespace
Classes
Class | Description | |
---|---|---|
eEngineEvents |
Defines a list of EventNames that are fired by TheBaseEngine for specific events in the system
|
|
eEngineName |
This is a read-only enum class for the built-in services
It can be used for plugin-services to as an alternative to the use of the MyBaseEngine.GetEngineName()
|
|
eLoggerCategory |
Defines a list of EventNames that are fired by TheBaseEngine for specific events in the system
|
|
TheBaseApplication |
This class is the essential class hosting all C-DEngine Services.
Every Application, Service or other host has to instantiate this class to Activate the C-DEngine
|
|
TheBaseAssets |
TheBaseAssets is a collection of important static properties shared between all Plugin-Services and the hosting Application
|
|
TheCDEKPIs |
All KPIs (Key Performance Indicators) of the C-DEngine
KPI1 -10 can be used for an application
|
|
TheCommonUtils |
A Collection of useful helper functions used frequently in C-DEngine Solutions
Small verison of TheCommonUtils used in the crypto Lib
A Collection of useful helper functions used frequently in C-DEngine Solutions
|
|
TheDefaultLocalizationUtils |
The default implementation of the ILocalizationHooks
|
|
TheEventLogEntry |
the class defining the entry to the SystemLog
|
|
TheGELFLogEntry |
Structure for GELF logging
|
|
TheKPIs | ||
TheSystemMessageLog |
The main System Message Log of the C-DEngine for the current node
All Log entries are written to this log
|
|
TheTimedCallbacks<(Of <(<'T>)>)> |
Creates a Callback Class that can be used to track a callback and its cookie
|
|
TSM |
TSM = The System Message
This is the frame telegram that is used to send all communication between nodes.
TSM = The System Message
This is the frame telegram that is used to send all communication between nodes.
|
|
TSMCosting |
TSMCosting describes the costs of a TSM in form of a receipt
A TSMCosting receipt can be added to a TSM with the AddCosting method
|
|
TSMTotalCost |
Creates a receipt of all Costs associated with a TSM at the time of Costing
|
|
UriExtensions |
New in V4: Allows to set WebSocket Ports and moniker for a given URI
|
Interfaces
Interface | Description | |
---|---|---|
ICDEKpis |
Interface ICDEKpis
|
|
ICDEManagement |
Essential C-DEngine Management function used by ISM
|
|
ILocalizationHooks |
A Collection of useful helper functions used frequently in C-DEngine Solutions
|
Enumerations
Enumeration | Description | |
---|---|---|
eDEBUG_LEVELS |
The Debug Levels of the C-DEngine
|
|
eKPINames |
All existing default KPI names in the C-DEngine
|
|
eMsgLevel |
Message Levels used in the LVL parameter of TSM
|
|
TheCommonUtils..::..RoundingDirection |
Specifies how to handle rounding operation for rounding functions.
|