DoFinalConstruction?
Hey guys,
Can someone shed some light one what DoFinalConstruction does? Any chance that we can make that method virtual? :) Would be very handy for doing setup construction on entity objects (putting in default properties, etc...)
Thanks!
Mike
As an aside... is there a reason this method is not marked "virtual?" Maybe I'm missing something, but I thought methods that aren't marked virtual aren't supposed to be overriden? That is, it's intention is not to be overriden. Is this just an oversight or the actual intended design?
Thanks!
There are more ways to solve this problem. In
Neo we introduced the
LifecycleCreate attribute which marks a method to be called after the
creation of an entity object.