A Generatable is pull based.
That means to get the result, you have to call generate().
After changing the content via update(...) a call to generate() is necassary to get the new result.
Check out Sample 1 which uses a Generatable in code.
A Generatable is pull based.
That means to get the result, you have to call generate().
After changing the content via update(...) a call to generate() is necassary to get the new result.
Check out Sample 1 which uses a Generatable in code.