blob: dd159c221a8c2f4735790063f4b12b6ae4195cd0 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 00 00 01 00 06 00 00 00 00 00 01 00 20 00 6b 81 00 00 66 00 00 00 80 80 00 00 01 00 20 00 28 08 | ..............k...f...........(. |
| 0020 | 01 00 d1 81 00 00 40 40 00 00 01 00 20 00 28 42 00 00 f9 89 01 00 30 30 00 00 01 00 20 00 a8 25 | ......@@......(B......00.......% |
| 0040 | 00 00 21 cc 01 00 20 20 00 00 01 00 20 00 a8 10 00 00 c9 f1 01 00 10 10 00 00 01 00 20 00 68 04 | ..!...........................h. | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Tango.DAL.Local.DB
{
using System;
using System.Collections.Generic;
public partial class CONFIGURATION
{
public long ID { get; set; }
public string GUID { get; set; }
public System.DateTime LAST_UPDATED { get; set; }
public string NAME { get; set; }
public System.DateTime CREATION_DATE { get; set; }
public string APPLICATION_VERSION_GUID { get; set; }
public string APPLICATION_OS_VERSION_GUID { get; set; }
public string APPLICATION_FIRMWARE_VERSION_GUID { get; set; }
public string APPLICATION_DISPLAY_PANEL_VERSION_GUID { get; set; }
public string EMBEDDED_FIRMWARE_VERSION_GUID { get; set; }
public string EMBEDDED_SOFTWARE_VERSION_GUID { get; set; }
public string HARDWARE_VERSION_GUID { get; set; }
}
}