|
.NET Framework |
PREV TYPE NEXT TYPE |
FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT |
DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
NVelocity.App.Events
Interface NullSetEventHandler
Event handler : lets an app approve / veto
writing a log message when RHS of #set() is null.
*
Method Summary |
bool |
shouldLogOnNullSet(string lhs, string rhs) Called when the RHS of a #set() is null, which will result
in a null LHS.
*
|
shouldLogOnNullSet
public bool shouldLogOnNullSet(string lhs,
string rhs)
-
Called when the RHS of a #set() is null, which will result
in a null LHS.
*
Parameters:
-
lhs
- reference literal of left-hand-side of set statement
-
rhs
- reference literal of right-hand-side of set statement
Returns:
- true if log message should be written, false otherwise
|
.NET Framework |
PREV TYPE NEXT TYPE |
FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT |
DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |