PageRenderTime 40ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/1.31/src/Tests/ExtensionModel/SampleObjectDataContext.extension.cs

#
C# | 43 lines | 23 code | 3 blank | 17 comment | 0 complexity | 51c2179ef9701330122db541a6dc0d09 MD5 | raw file
Possible License(s): AGPL-1.0, LGPL-2.1
  1. /****************************************************************************************************
  2. Copyright (C) 2010 RapidWebDev Organization (http://rapidwebdev.org)
  3. Author: Eunge, Legal Name: Jian Liu, Email: eunge.liu@RapidWebDev.org
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 2 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. ****************************************************************************************************/
  15. using System;
  16. using System.IO;
  17. using System.Configuration;
  18. using System.Drawing;
  19. using System.Data;
  20. using System.Data.SqlClient;
  21. using System.Collections.Generic;
  22. using System.Collections.ObjectModel;
  23. using System.Linq;
  24. using System.Text;
  25. using System.Xml;
  26. using System.Xml.Linq;
  27. using NUnit.Framework;
  28. using BaoJianSoft.Common;
  29. using BaoJianSoft.ExtensionModel;
  30. using BaoJianSoft.ExtensionModel.Linq;
  31. using BaoJianSoft.Platform;
  32. namespace BaoJianSoft.Tests.ExtensionModel
  33. {
  34. public partial class SampleObject : AbstractExtensionObject
  35. {
  36. }
  37. }