using System.ComponentModel.DataAnnotations.Schema; namespace AsbCloudDb.Model.WITS { /// /// Record name: Configuration /// Description: Drillstring and Rig Configuration data /// Description2: /// [Table("t_telemetry_wits_19")] public class Record19 : RecordBase { /// /// RecordId = 19, /// ItemId = 8, /// LongMnemonic = "DEPTMEAS", /// ShortMnemonic = "DMEA", /// Description = "Depth Hole (meas)", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DEPTMEAS")] public float? Deptmeas { get; set; } /// /// RecordId = 19, /// ItemId = 9, /// LongMnemonic = "DEPTVERT", /// ShortMnemonic = "DVER", /// Description = "Depth Hole (vert)", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DEPTVERT")] public float? Deptvert { get; set; } /// /// RecordId = 19, /// ItemId = 10, /// LongMnemonic = "DSNUM", /// ShortMnemonic = "DSNO", /// Description = "No. Drill String Sections", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 2, /// ValueType = "S" /// [Column("DSNUM")] public short? Dsnum { get; set; } /// /// RecordId = 19, /// ItemId = 11, /// LongMnemonic = "DS1OD", /// ShortMnemonic = "D1OD", /// Description = "DS Section 1 OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS1OD")] public float? Ds1od { get; set; } /// /// RecordId = 19, /// ItemId = 12, /// LongMnemonic = "DS1ID", /// ShortMnemonic = "D1ID", /// Description = "DS Section 1 ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS1ID")] public float? Ds1id { get; set; } /// /// RecordId = 19, /// ItemId = 13, /// LongMnemonic = "DS1JID", /// ShortMnemonic = "D1JI", /// Description = "DS Section 1 Tool Joint ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS1JID")] public float? Ds1jid { get; set; } /// /// RecordId = 19, /// ItemId = 14, /// LongMnemonic = "DS1JOD", /// ShortMnemonic = "D1JO", /// Description = "DS Section 1 Tool Joint OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS1JOD")] public float? Ds1jod { get; set; } /// /// RecordId = 19, /// ItemId = 15, /// LongMnemonic = "DS1MASS", /// ShortMnemonic = "D1MA", /// Description = "DS Section 1 Mass/Length", /// Description2 = "", /// FPSUnits = "LB/F", /// MetricUnits = "KG/M", /// Length = 4, /// ValueType = "F" /// [Column("DS1MASS")] public float? Ds1mass { get; set; } /// /// RecordId = 19, /// ItemId = 16, /// LongMnemonic = "DS1LEN", /// ShortMnemonic = "D1LE", /// Description = "DS Section 1 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DS1LEN")] public float? Ds1len { get; set; } /// /// RecordId = 19, /// ItemId = 17, /// LongMnemonic = "DS2OD", /// ShortMnemonic = "D2OD", /// Description = "DS Section 2 OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS2OD")] public float? Ds2od { get; set; } /// /// RecordId = 19, /// ItemId = 18, /// LongMnemonic = "DS2ID", /// ShortMnemonic = "D2ID", /// Description = "DS Section 2 ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS2ID")] public float? Ds2id { get; set; } /// /// RecordId = 19, /// ItemId = 19, /// LongMnemonic = "DS2JID", /// ShortMnemonic = "D2JI", /// Description = "DS Section 2 Tool Joint ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS2JID")] public float? Ds2jid { get; set; } /// /// RecordId = 19, /// ItemId = 20, /// LongMnemonic = "DS2JOD", /// ShortMnemonic = "D2JO", /// Description = "DS Section 2 Tool Joint OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS2JOD")] public float? Ds2jod { get; set; } /// /// RecordId = 19, /// ItemId = 21, /// LongMnemonic = "DS2MASS", /// ShortMnemonic = "D2MA", /// Description = "DS Section 2 Mass/Length", /// Description2 = "", /// FPSUnits = "LB/F", /// MetricUnits = "KG/M", /// Length = 4, /// ValueType = "F" /// [Column("DS2MASS")] public float? Ds2mass { get; set; } /// /// RecordId = 19, /// ItemId = 22, /// LongMnemonic = "DS2LEN", /// ShortMnemonic = "D2LE", /// Description = "DS Section 2 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DS2LEN")] public float? Ds2len { get; set; } /// /// RecordId = 19, /// ItemId = 23, /// LongMnemonic = "DS3OD", /// ShortMnemonic = "D3OD", /// Description = "DS Section 3 OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS3OD")] public float? Ds3od { get; set; } /// /// RecordId = 19, /// ItemId = 24, /// LongMnemonic = "DS3ID", /// ShortMnemonic = "D3ID", /// Description = "DS Section 3 ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS3ID")] public float? Ds3id { get; set; } /// /// RecordId = 19, /// ItemId = 25, /// LongMnemonic = "DS3JID", /// ShortMnemonic = "D3JI", /// Description = "DS Section 3 Tool Joint ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS3JID")] public float? Ds3jid { get; set; } /// /// RecordId = 19, /// ItemId = 26, /// LongMnemonic = "DS3JOD", /// ShortMnemonic = "D3JO", /// Description = "DS Section 3 Tool Joint OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS3JOD")] public float? Ds3jod { get; set; } /// /// RecordId = 19, /// ItemId = 27, /// LongMnemonic = "DS3MASS", /// ShortMnemonic = "D3MA", /// Description = "DS Section 3 Mass/Length", /// Description2 = "", /// FPSUnits = "LB/F", /// MetricUnits = "KG/M", /// Length = 4, /// ValueType = "F" /// [Column("DS3MASS")] public float? Ds3mass { get; set; } /// /// RecordId = 19, /// ItemId = 28, /// LongMnemonic = "DS3LEN", /// ShortMnemonic = "D3LE", /// Description = "DS Section 3 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DS3LEN")] public float? Ds3len { get; set; } /// /// RecordId = 19, /// ItemId = 29, /// LongMnemonic = "DS4OD", /// ShortMnemonic = "D4OD", /// Description = "DS Section 4 OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS4OD")] public float? Ds4od { get; set; } /// /// RecordId = 19, /// ItemId = 30, /// LongMnemonic = "DS4ID", /// ShortMnemonic = "D4ID", /// Description = "DS Section 4 ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS4ID")] public float? Ds4id { get; set; } /// /// RecordId = 19, /// ItemId = 31, /// LongMnemonic = "DS4JID", /// ShortMnemonic = "D4JI", /// Description = "DS Section 4 Tool Joint ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS4JID")] public float? Ds4jid { get; set; } /// /// RecordId = 19, /// ItemId = 32, /// LongMnemonic = "DS4JOD", /// ShortMnemonic = "D4JO", /// Description = "DS Section 4 Tool Joint OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS4JOD")] public float? Ds4jod { get; set; } /// /// RecordId = 19, /// ItemId = 33, /// LongMnemonic = "DS4MASS", /// ShortMnemonic = "D4MA", /// Description = "DS Section 4 Mass/Length", /// Description2 = "", /// FPSUnits = "LB/F", /// MetricUnits = "KG/M", /// Length = 4, /// ValueType = "F" /// [Column("DS4MASS")] public float? Ds4mass { get; set; } /// /// RecordId = 19, /// ItemId = 34, /// LongMnemonic = "DS4LEN", /// ShortMnemonic = "D4LE", /// Description = "DS Section 4 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DS4LEN")] public float? Ds4len { get; set; } /// /// RecordId = 19, /// ItemId = 35, /// LongMnemonic = "DS5OD", /// ShortMnemonic = "D5OD", /// Description = "DS Section 5 OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS5OD")] public float? Ds5od { get; set; } /// /// RecordId = 19, /// ItemId = 36, /// LongMnemonic = "DS5ID", /// ShortMnemonic = "D5ID", /// Description = "DS Section 5 ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS5ID")] public float? Ds5id { get; set; } /// /// RecordId = 19, /// ItemId = 37, /// LongMnemonic = "DS5JID", /// ShortMnemonic = "D5JI", /// Description = "DS Section 5 Tool Joint ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS5JID")] public float? Ds5jid { get; set; } /// /// RecordId = 19, /// ItemId = 38, /// LongMnemonic = "DS5JOD", /// ShortMnemonic = "D5JO", /// Description = "DS Section 5 Tool Joint OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS5JOD")] public float? Ds5jod { get; set; } /// /// RecordId = 19, /// ItemId = 39, /// LongMnemonic = "DS5MASS", /// ShortMnemonic = "D5MA", /// Description = "DS Section 5 Mass/Length", /// Description2 = "", /// FPSUnits = "LB/F", /// MetricUnits = "KG/M", /// Length = 4, /// ValueType = "F" /// [Column("DS5MASS")] public float? Ds5mass { get; set; } /// /// RecordId = 19, /// ItemId = 40, /// LongMnemonic = "DS5LEN", /// ShortMnemonic = "D5LE", /// Description = "DS Section 5 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DS5LEN")] public float? Ds5len { get; set; } /// /// RecordId = 19, /// ItemId = 41, /// LongMnemonic = "DS6OD", /// ShortMnemonic = "D6OD", /// Description = "DS Section 6 OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS6OD")] public float? Ds6od { get; set; } /// /// RecordId = 19, /// ItemId = 42, /// LongMnemonic = "DS6ID", /// ShortMnemonic = "D6ID", /// Description = "DS Section 6 ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS6ID")] public float? Ds6id { get; set; } /// /// RecordId = 19, /// ItemId = 43, /// LongMnemonic = "DS6JID", /// ShortMnemonic = "D6JI", /// Description = "DS Section 6 Tool Joint ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS6JID")] public float? Ds6jid { get; set; } /// /// RecordId = 19, /// ItemId = 44, /// LongMnemonic = "DS6JOD", /// ShortMnemonic = "D6JO", /// Description = "DS Section 6 Tool Joint OD", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("DS6JOD")] public float? Ds6jod { get; set; } /// /// RecordId = 19, /// ItemId = 45, /// LongMnemonic = "DS6MASS", /// ShortMnemonic = "D6MA", /// Description = "DS Section 6 Mass/Length", /// Description2 = "", /// FPSUnits = "LB/F", /// MetricUnits = "KG/M", /// Length = 4, /// ValueType = "F" /// [Column("DS6MASS")] public float? Ds6mass { get; set; } /// /// RecordId = 19, /// ItemId = 46, /// LongMnemonic = "KELLYID", /// ShortMnemonic = "KID", /// Description = "Kelly ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("KELLYID")] public float? Kellyid { get; set; } /// /// RecordId = 19, /// ItemId = 47, /// LongMnemonic = "KELLYLEN", /// ShortMnemonic = "KLEN", /// Description = "Kelly Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("KELLYLEN")] public float? Kellylen { get; set; } /// /// RecordId = 19, /// ItemId = 48, /// LongMnemonic = "DPSTDLEN", /// ShortMnemonic = "SLEN", /// Description = "Drill Pipe Stand Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DPSTDLEN")] public float? Dpstdlen { get; set; } /// /// RecordId = 19, /// ItemId = 49, /// LongMnemonic = "DPSTDJNT", /// ShortMnemonic = "SJNT", /// Description = "No. Joints/Stand", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 2, /// ValueType = "S" /// [Column("DPSTDJNT")] public short? Dpstdjnt { get; set; } /// /// RecordId = 19, /// ItemId = 50, /// LongMnemonic = "HOLENUM", /// ShortMnemonic = "HLNO", /// Description = "No. Hole Sections", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 2, /// ValueType = "S" /// [Column("HOLENUM")] public short? Holenum { get; set; } /// /// RecordId = 19, /// ItemId = 51, /// LongMnemonic = "HL1DIAM", /// ShortMnemonic = "H1DI", /// Description = "Hole Section 1 Diam", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("HL1DIAM")] public float? Hl1diam { get; set; } /// /// RecordId = 19, /// ItemId = 52, /// LongMnemonic = "HL1LEN", /// ShortMnemonic = "H1LE", /// Description = "Hole Section 1 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("HL1LEN")] public float? Hl1len { get; set; } /// /// RecordId = 19, /// ItemId = 53, /// LongMnemonic = "HL2DIAM", /// ShortMnemonic = "H2DI", /// Description = "Hole Section 2 Diam", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("HL2DIAM")] public float? Hl2diam { get; set; } /// /// RecordId = 19, /// ItemId = 54, /// LongMnemonic = "HL2LEN", /// ShortMnemonic = "H2LE", /// Description = "Hole Section 2 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("HL2LEN")] public float? Hl2len { get; set; } /// /// RecordId = 19, /// ItemId = 55, /// LongMnemonic = "HL3DIAM", /// ShortMnemonic = "H3DI", /// Description = "Hole Section 3 Diam", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("HL3DIAM")] public float? Hl3diam { get; set; } /// /// RecordId = 19, /// ItemId = 56, /// LongMnemonic = "HL3LEN", /// ShortMnemonic = "H3LE", /// Description = "Hole Section 3 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("HL3LEN")] public float? Hl3len { get; set; } /// /// RecordId = 19, /// ItemId = 57, /// LongMnemonic = "HL4DIAM", /// ShortMnemonic = "H4DI", /// Description = "Hole Section 4 Diam", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("HL4DIAM")] public float? Hl4diam { get; set; } /// /// RecordId = 19, /// ItemId = 58, /// LongMnemonic = "HL4LEN", /// ShortMnemonic = "H4LE", /// Description = "Hole Section 4 Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("HL4LEN")] public float? Hl4len { get; set; } /// /// RecordId = 19, /// ItemId = 59, /// LongMnemonic = "HL5DIAM", /// ShortMnemonic = "H5DI", /// Description = "Hole Section 5 Diam", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("HL5DIAM")] public float? Hl5diam { get; set; } /// /// RecordId = 19, /// ItemId = 60, /// LongMnemonic = "PUMP1CAP", /// ShortMnemonic = "P1CA", /// Description = "Pump 1 Capacity", /// Description2 = "", /// FPSUnits = "B/ST", /// MetricUnits = "M3ST", /// Length = 4, /// ValueType = "F" /// [Column("PUMP1CAP")] public float? Pump1cap { get; set; } /// /// RecordId = 19, /// ItemId = 61, /// LongMnemonic = "PUMP1EFF", /// ShortMnemonic = "P1EF", /// Description = "Pump 1 Efficiency", /// Description2 = "", /// FPSUnits = "%", /// MetricUnits = "%", /// Length = 2, /// ValueType = "S" /// [Column("PUMP1EFF")] public short? Pump1eff { get; set; } /// /// RecordId = 19, /// ItemId = 62, /// LongMnemonic = "PUMP2CAP", /// ShortMnemonic = "P2CA", /// Description = "Pump 2 Capacity", /// Description2 = "", /// FPSUnits = "B/ST", /// MetricUnits = "M3ST", /// Length = 4, /// ValueType = "F" /// [Column("PUMP2CAP")] public float? Pump2cap { get; set; } /// /// RecordId = 19, /// ItemId = 63, /// LongMnemonic = "PUMP2EFF", /// ShortMnemonic = "P2EF", /// Description = "Pump 2 Efficiency", /// Description2 = "", /// FPSUnits = "%", /// MetricUnits = "%", /// Length = 2, /// ValueType = "S" /// [Column("PUMP2EFF")] public short? Pump2eff { get; set; } /// /// RecordId = 19, /// ItemId = 64, /// LongMnemonic = "PUMP3CAP", /// ShortMnemonic = "P3CA", /// Description = "Pump 3 Capacity", /// Description2 = "", /// FPSUnits = "B/ST", /// MetricUnits = "M3ST", /// Length = 4, /// ValueType = "F" /// [Column("PUMP3CAP")] public float? Pump3cap { get; set; } /// /// RecordId = 19, /// ItemId = 65, /// LongMnemonic = "PUMP3EFF", /// ShortMnemonic = "P3EF", /// Description = "Pump 3 Efficiency", /// Description2 = "", /// FPSUnits = "%", /// MetricUnits = "%", /// Length = 2, /// ValueType = "S" /// [Column("PUMP3EFF")] public short? Pump3eff { get; set; } /// /// RecordId = 19, /// ItemId = 66, /// LongMnemonic = "RIGCOST", /// ShortMnemonic = "RIGC", /// Description = "Rig Operating Cost/Hour", /// Description2 = "", /// FPSUnits = "$", /// MetricUnits = "----", /// Length = 2, /// ValueType = "S" /// [Column("RIGCOST")] public short? Rigcost { get; set; } /// /// RecordId = 19, /// ItemId = 67, /// LongMnemonic = "TRIPRATE", /// ShortMnemonic = "TRRT", /// Description = "Trip Rate (Dist/Time)", /// Description2 = "", /// FPSUnits = "KF/H", /// MetricUnits = "KPH", /// Length = 4, /// ValueType = "F" /// [Column("TRIPRATE")] public float? Triprate { get; set; } /// /// RecordId = 19, /// ItemId = 68, /// LongMnemonic = "KILLID", /// ShortMnemonic = "KLID", /// Description = "Kill Line ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("KILLID")] public float? Killid { get; set; } /// /// RecordId = 19, /// ItemId = 69, /// LongMnemonic = "KILLJID", /// ShortMnemonic = "KLJD", /// Description = "Kill Line Joint ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("KILLJID")] public float? Killjid { get; set; } /// /// RecordId = 19, /// ItemId = 70, /// LongMnemonic = "KILLJF", /// ShortMnemonic = "KLJF", /// Description = "Kill Line Joint Fraction", /// Description2 = "", /// FPSUnits = "%", /// MetricUnits = "%", /// Length = 2, /// ValueType = "S" /// [Column("KILLJF")] public short? Killjf { get; set; } /// /// RecordId = 19, /// ItemId = 71, /// LongMnemonic = "KILLLEN", /// ShortMnemonic = "KLLE", /// Description = "Kill Line Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("KILLLEN")] public float? Killlen { get; set; } /// /// RecordId = 19, /// ItemId = 72, /// LongMnemonic = "CHKID", /// ShortMnemonic = "CHID", /// Description = "Choke Line ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("CHKID")] public float? Chkid { get; set; } /// /// RecordId = 19, /// ItemId = 73, /// LongMnemonic = "CHKJID", /// ShortMnemonic = "CHJD", /// Description = "Choke Line Joint ID", /// Description2 = "", /// FPSUnits = "IN", /// MetricUnits = "MM", /// Length = 4, /// ValueType = "F" /// [Column("CHKJID")] public float? Chkjid { get; set; } /// /// RecordId = 19, /// ItemId = 74, /// LongMnemonic = "CHKJF", /// ShortMnemonic = "CHJF", /// Description = "Choke Line Joint Fraction", /// Description2 = "", /// FPSUnits = "%", /// MetricUnits = "%", /// Length = 2, /// ValueType = "S" /// [Column("CHKJF")] public short? Chkjf { get; set; } /// /// RecordId = 19, /// ItemId = 75, /// LongMnemonic = "CHKLEN", /// ShortMnemonic = "CHLE", /// Description = "Choke Line Length", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("CHKLEN")] public float? Chklen { get; set; } /// /// RecordId = 19, /// ItemId = 76, /// LongMnemonic = "DEPTCSGM", /// ShortMnemonic = "DCGM", /// Description = "Depth Casing Shoe (meas)", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DEPTCSGM")] public float? Deptcsgm { get; set; } /// /// RecordId = 19, /// ItemId = 77, /// LongMnemonic = "DEPTCSGV", /// ShortMnemonic = "DCGV", /// Description = "Depth Casing Shoe (vert)", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DEPTCSGV")] public float? Deptcsgv { get; set; } /// /// RecordId = 19, /// ItemId = 78, /// LongMnemonic = "DEPTPITM", /// ShortMnemonic = "DPTM", /// Description = "Depth PIT (meas)", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DEPTPITM")] public float? Deptpitm { get; set; } /// /// RecordId = 19, /// ItemId = 79, /// LongMnemonic = "DEPTPITV", /// ShortMnemonic = "DPTV", /// Description = "Depth PIT (vert)", /// Description2 = "", /// FPSUnits = "F", /// MetricUnits = "M", /// Length = 4, /// ValueType = "F" /// [Column("DEPTPITV")] public float? Deptpitv { get; set; } /// /// RecordId = 19, /// ItemId = 80, /// LongMnemonic = "FPGPIT", /// ShortMnemonic = "FPIT", /// Description = "Frac Pressure Grad at PIT", /// Description2 = "", /// FPSUnits = "PPG", /// MetricUnits = "KGM3", /// Length = 4, /// ValueType = "F" /// [Column("FPGPIT")] public float? Fpgpit { get; set; } /// /// RecordId = 19, /// ItemId = 81, /// LongMnemonic = "DRLGCONT", /// ShortMnemonic = "CONT", /// Description = "Drilling Contractor", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 16, /// ValueType = "A" /// [Column("DRLGCONT")] public string? Drlgcont { get; set; } /// /// RecordId = 19, /// ItemId = 82, /// LongMnemonic = "RIGNAME", /// ShortMnemonic = "RIG", /// Description = "Rig Name", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 16, /// ValueType = "A" /// [Column("RIGNAME")] public string? Rigname { get; set; } /// /// RecordId = 19, /// ItemId = 83, /// LongMnemonic = "RIGTYPE", /// ShortMnemonic = "RTYP", /// Description = "Rig Type", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 16, /// ValueType = "A" /// [Column("RIGTYPE")] public string? Rigtype { get; set; } /// /// RecordId = 19, /// ItemId = 84, /// LongMnemonic = "VENDOR1", /// ShortMnemonic = "VEN1", /// Description = "Vendor 1 Name/Service", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 32, /// ValueType = "A" /// [Column("VENDOR1")] public string? Vendor1 { get; set; } /// /// RecordId = 19, /// ItemId = 85, /// LongMnemonic = "VENDOR2", /// ShortMnemonic = "VEN2", /// Description = "Vendor 2 Name/Service", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 32, /// ValueType = "A" /// [Column("VENDOR2")] public string? Vendor2 { get; set; } /// /// RecordId = 19, /// ItemId = 86, /// LongMnemonic = "VENDOR3", /// ShortMnemonic = "VEN3", /// Description = "Vendor 3 Name/Service", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 32, /// ValueType = "A" /// [Column("VENDOR3")] public string? Vendor3 { get; set; } /// /// RecordId = 19, /// ItemId = 87, /// LongMnemonic = "VENDOR4", /// ShortMnemonic = "VEN4", /// Description = "Vendor 4 Name/Service", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 32, /// ValueType = "A" /// [Column("VENDOR4")] public string? Vendor4 { get; set; } /// /// RecordId = 19, /// ItemId = 88, /// LongMnemonic = "VENDOR5", /// ShortMnemonic = "VEN5", /// Description = "Vendor 5 Name/Service", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 32, /// ValueType = "A" /// [Column("VENDOR5")] public string? Vendor5 { get; set; } /// /// RecordId = 19, /// ItemId = 89, /// LongMnemonic = "VENDOR6", /// ShortMnemonic = "VEN6", /// Description = "Vendor 6 Name/Service", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 32, /// ValueType = "A" /// [Column("VENDOR6")] public string? Vendor6 { get; set; } /// /// RecordId = 19, /// ItemId = 90, /// LongMnemonic = "SPARE1", /// ShortMnemonic = "SPR1", /// Description = "< SPARE 1>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "F" /// [Column("SPARE1")] public float? Spare1 { get; set; } /// /// RecordId = 19, /// ItemId = 91, /// LongMnemonic = "SPARE2", /// ShortMnemonic = "SPR2", /// Description = "< SPARE 2>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "F" /// [Column("SPARE2")] public float? Spare2 { get; set; } /// /// RecordId = 19, /// ItemId = 92, /// LongMnemonic = "SPARE3", /// ShortMnemonic = "SPR3", /// Description = "< SPARE 3>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "F" /// [Column("SPARE3")] public float? Spare3 { get; set; } /// /// RecordId = 19, /// ItemId = 93, /// LongMnemonic = "SPARE4", /// ShortMnemonic = "SPR4", /// Description = "< SPARE 4>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "F" /// [Column("SPARE4")] public float? Spare4 { get; set; } /// /// RecordId = 19, /// ItemId = 94, /// LongMnemonic = "SPARE5", /// ShortMnemonic = "SPR5", /// Description = "< SPARE 5>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// [Column("SPARE5")] public float? Spare5 { get; set; } } }