示例#1
0
文件: DataObject.cs 项目: HeToC/HDK
 protected DataObject(DataObjectSet context, long id) : this()
 {
     _context = context;
     Id       = id;
 }
示例#2
0
文件: DataObject.cs 项目: HeToC/HDK
 protected DataObject()
 {
     _context            = null;
     CurrentLoadingStage = 0;
 }