class MAGES::Analytics::CustomEventTypeDefinition¶
The base class for custom events runtime definitions.
class CustomEventTypeDefinition: public MAGES::Analytics::ICustomBaseTypeDefinition { };
Inherited Members¶
public:
// properties
TEntryType Entry;
// methods
virtual void Definition(
string actionName,
TCustomType customType,
Dictionary registeredEntries,
TEntryType registeredEntry,
MAGESAnalyticsRuntime.Type type
);