[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting Account
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-28 21:31:05
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6910/b4_Business/a1_Financial/a2_Accounting/h5_Reporting Modified Files: AccountReport.cs Log Message: The Name property can also be written now Index: AccountReport.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/AccountReport.cs,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** AccountReport.cs 27 Jan 2008 02:25:43 -0000 1.19 --- AccountReport.cs 28 Jan 2008 21:30:58 -0000 1.20 *************** *** 60,65 **** public string Name { ! get { return reportName; } ! } public EndOfDayDateTime EndDateTime { --- 60,66 ---- public string Name { ! get { return this.reportName; } ! set { this.reportName = value; } ! } public EndOfDayDateTime EndDateTime { |