示例#1
0
 protected override void RowConverter(ExtSys item, DataRow row)
 {
     item.BEGIN_SYNC_ON   = CastDbValueRow(row, "BEGIN_SYNC_ON", true, "DateTime");
     item.DESCR           = CastDbValueRow(row, "DESCR", true, "String");
     item.DONT_SYNC_AFTER = CastDbValueRow(row, "DONT_SYNC_AFTER", true, "DateTime");
     item.EXT_SYS         = CastDbValueRow(row, "EXT_SYS", true, "String");
     item.INTF_ROLE       = CastDbValueRow(row, "INTF_ROLE", true, "Bool");
     item.PLATFORM        = CastDbValueRow(row, "PLATFORM", true, "String");
     item.REMOTE_LINK     = CastDbValueRow(row, "REMOTE_LINK", true, "String");
     item.SR_SYS_DESCR    = CastDbValueRow(row, "SR_SYS_DESCR", true, "String");
 }
示例#2
0
 public override void Update(ExtSys entity)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public override ExtSys Get(ExtSys entity)
 {
     throw new NotImplementedException();
 }