blob: 86eb0b335f32fee067628f8b3e46e36b7a9f046a (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 02 14 00 00 01 52 08 06 00 00 00 aa 93 46 | .PNG........IHDR.......R.......F |
| 0020 | 09 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 41 64 6f 62 65 20 49 6d 61 67 65 52 65 61 | .....tEXtSoftware.Adobe.ImageRea |
| 0040 | 64//------------------------------------------------------------------------------
// <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 RML
{
public long ID { get; set; }
public string GUID { get; set; }
public System.DateTime LAST_UPDATED { get; set; }
public string NAME { get; set; }
public string MANUFACTURER { get; set; }
public long CODE { get; set; }
public string MEDIA_MATERIAL_GUID { get; set; }
public string MEDIA_COLOR_GUID { get; set; }
public string MEDIA_PURPOSE_GUID { get; set; }
public string MEDIA_CONDITION_GUID { get; set; }
public string LINEAR_MASS_DENSITY_UNIT_GUID { get; set; }
public string FIBER_SHAPE_GUID { get; set; }
public string FIBER_SYNTH_GUID { get; set; }
public double FIBER_SIZE { get; set; }
public long NUMBER_OF_FIBERS { get; set; }
public long PLIES_PER_FIBER { get; set; }
public long PLIES_PER_THREAD { get; set; }
public bool TWISTED { get; set; }
public bool AIR_ENTANGLEMENT { get; set; }
public bool LUBRICANT { get; set; }
public double TENSILE_STRENGTH { get; set; }
public double ELONGATION_AT_BREAK_PERCENTAGE { get; set; }
public double ESTIMATED_THREAD_DIAMETER { get; set; }
}
}
|