Detailed Description

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
 

Constructor & Destructor Documentation

EpicItem.EpicItem ( string  id,
int  quantity 
)
inline

Member Function Documentation

int EpicItem.AddOne ( )
inline

Shows nitro works with methods. Adds one to the quantity and returns it.

Member Data Documentation

int EpicItem._Quantity
private
string EpicItem.ID

Property Documentation

int EpicItem.Quantity
getset

Shows Nitro works with properties.