IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
TestExampleNunit.Person Class Reference

Public Member Functions

 Person (string strFName, string strLName, int iAge)
 
void BuyCar (float fCost)
 

Properties

int Age [get]
 
string FullName [get]
 
float CashBalance [get]
 

Private Member Functions

 Person ()
 

Private Attributes

string m_FName
 
string m_LName
 
int m_Age
 
float m_cash
 

Constructor & Destructor Documentation

TestExampleNunit.Person.Person ( )
inlineprivate
TestExampleNunit.Person.Person ( string  strFName,
string  strLName,
int  iAge 
)
inline

Member Function Documentation

void TestExampleNunit.Person.BuyCar ( float  fCost)
inline

Member Data Documentation

string TestExampleNunit.Person.m_FName
private
string TestExampleNunit.Person.m_LName
private
int TestExampleNunit.Person.m_Age
private
float TestExampleNunit.Person.m_cash
private

Property Documentation

int TestExampleNunit.Person.Age
get
string TestExampleNunit.Person.FullName
get
float TestExampleNunit.Person.CashBalance
get

The documentation for this class was generated from the following file: