...
D --
define()
-- Define how the framework should interpret the arguments.I --
initialize()
-- Invoked by the framework to initialize the custom directive with arguments parsed.E --
execute()
-- Execute and apply your business logic for transforming theRow
.D --
destroy()
-- Invoke by the framework to destroy any resources held by the directive.