New: You can now add Definition.StyleClasses
to any class, property, method or parameter. Those classes will be added to the HTML output class attribute.
New: Any return value from a method will be converted and output in the current response format. ie. JSON, XML, CSV or HTML.
New: BusinessObject.GetPropertySelectOptions(Path, GroupFilterValue, SearchText, MatchStart)
returns object array of value, text, items (sub options if any).
Fix: When calling the method BusinessCollection.AddNew
and inheritance is required.
Fix: HTML output when returned from a method.