Features of a class are its properties and methods.
For a view you can select
» Public or read only properties.
» Public methods that have a return type.
Include features that
» Supply information.
For example price and getAgentCommission.
» Enable information to be accessed from a related class.
For example myClient and mySaleItem.
Aliases are the meaningful names for features in a view. |