AdvantageModuleRewrite are front-end display modules that are automatically bound to a specific BusinessObject.
The main additional Properties:
public abstract bool IsReWrite { get; }
Returns true if this module has been rewritten by the URL
public T MyObject { get; set; }
Returns the filled object based on the rewritten URL. Returns null if the module is not rewritten.
Comments