您目前尚未登陆,请选择【登陆】或【注册
首页->全站代码->IFNuke1.1.0版源码>>Core/Data/MagicValue.cs>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:IFNuke1.1.0版源码
当前文件:文件类型 IFnuke110/Core/Data/MagicValue.cs打开代码结构图
普通视图
		            
1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace IFNuke.Data 6{ 7 public class MagicValue 8 { 9 public const int IdNull = -1; 10 public const int Int32Null = int.MinValue; 11 public const double DoubleNull = double.MinValue; 12 public const decimal DecimalNull = decimal.MinValue; 13 public static readonly DateTime DateTimeNull = new DateTime(1753, 1, 1, 12, 0, 0); 14 } 15 16 //public class IdType 17 //{ 18 // //public IdType(object o) 19 // //{ 20 // //} 21 22 // //public IdType(int i) 23 // //{ 24 25 // //} 26 27 // //public IdType(string s) 28 // //{ 29 // //} 30 //} 31} 32
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:IFNuke1.1.0版源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号