This class is used by the Nitro Example. It shows that nitro can easily work with objects of your own design.
Public Member Functions | |
| EpicItem (string id, int quantity) | |
| int | AddOne () |
| Shows nitro works with methods. Adds one to the quantity and returns it. More... | |
Public Attributes | |
| string | ID |
Properties | |
| int | Quantity [get, set] |
| Shows Nitro works with properties. More... | |
Private Attributes | |
| int | _Quantity |
|
inline |
|
inline |
Shows nitro works with methods. Adds one to the quantity and returns it.
|
private |
| string EpicItem.ID |
|
getset |
Shows Nitro works with properties.