|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Object
|
+--PBEAction
|
+--PBEIgnoreAction
PBEIgnoreAction causes input for the attribute to be ignored.PBEIgnoreAction can be used in object and attribute events. When used in object events, the second parameter (destination) must be specified.
ignore
ignoreignore( destination )
PBEIgnoreAction does not support any parameters.
PBE:attributeEvent( "invoice", "when", "on:new:ignore");This event causes input for the attribute "when" of object "invoice" to be ignored on activation of the method "new". Instead any default that might declared on the column on database level will be set.This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 269).
| Fields inherited from class PBEAction |
iParameters,
iType,
name,
procName |
| Constructor Summary | |
PBEIgnoreAction()
|
|
| Method Summary | |
varchar |
parameters()
|
| Methods inherited from class PBEAction |
actionArguments,
actionCall,
actionParameters,
attributeReference,
callString,
checkEvent,
getObject,
methodReference,
nestedInput,
objectReference,
parameter,
perform,
performParameterCount,
printPerform,
tracePerform |
| Constructor Detail |
public PBEIgnoreAction()
| Method Detail |
public varchar parameters()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||