예제 #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;
 }