![]() |
Liberi
An exergame built for kids with CP!
|
Attribute to use on enumeration values, marking them as possible log event type. More...
Inherits Attribute.
Public Member Functions | |
LogEventAttribute (params string[] paramNames) | |
Marks this enumeration value as a possible log event type. More... | |
Properties | |
string[] | ParamNames [get] |
Gets the parameter names of this log event type. More... | |
Attribute to use on enumeration values, marking them as possible log event type.
Definition at line 7 of file LogEventAttribute.cs.
|
inline |
Marks this enumeration value as a possible log event type.
paramNames | The parameter names of this log event type. |
Definition at line 23 of file LogEventAttribute.cs.
|
get |
Gets the parameter names of this log event type.
Definition at line 13 of file LogEventAttribute.cs.