using System.ComponentModel.DataAnnotations.Schema; namespace AsbCloudDb.Model.WITS { /// /// Record name: Mud Tank Volumes /// Description: Mud Tank (Pit) Volume data /// Description2: /// [Table("t_telemetry_wits_11")] public class Record11 : RecordBase { /// /// RecordId = 11, /// 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 = 11, /// 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 = 11, /// ItemId = 10, /// LongMnemonic = "TVOLTOT", /// ShortMnemonic = "TVT", /// Description = "Tank Volume (total)", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOLTOT")] public float? Tvoltot { get; set; } /// /// RecordId = 11, /// ItemId = 11, /// LongMnemonic = "TVOLACT", /// ShortMnemonic = "TVA", /// Description = "Tank Volume (active)", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOLACT")] public float? Tvolact { get; set; } /// /// RecordId = 11, /// ItemId = 12, /// LongMnemonic = "TVOLCTOT", /// ShortMnemonic = "TVCT", /// Description = "Tank Volume Change (total)", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOLCTOT")] public float? Tvolctot { get; set; } /// /// RecordId = 11, /// ItemId = 13, /// LongMnemonic = "TVOLCACT", /// ShortMnemonic = "TVCA", /// Description = "Tank Volume Change (active)", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOLCACT")] public float? Tvolcact { get; set; } /// /// RecordId = 11, /// ItemId = 14, /// LongMnemonic = "TVRESET", /// ShortMnemonic = "TVRT", /// Description = "Tank Volume Reset Time", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "L" /// [Column("TVRESET")] public int? Tvreset { get; set; } /// /// RecordId = 11, /// ItemId = 15, /// LongMnemonic = "TVOL01", /// ShortMnemonic = "TV01", /// Description = "Tank 01 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL01")] public float? Tvol01 { get; set; } /// /// RecordId = 11, /// ItemId = 16, /// LongMnemonic = "TVOL02", /// ShortMnemonic = "TV02", /// Description = "Tank 02 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL02")] public float? Tvol02 { get; set; } /// /// RecordId = 11, /// ItemId = 17, /// LongMnemonic = "TVOL03", /// ShortMnemonic = "TV03", /// Description = "Tank 03 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL03")] public float? Tvol03 { get; set; } /// /// RecordId = 11, /// ItemId = 18, /// LongMnemonic = "TVOL04", /// ShortMnemonic = "TV04", /// Description = "Tank 04 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL04")] public float? Tvol04 { get; set; } /// /// RecordId = 11, /// ItemId = 19, /// LongMnemonic = "TVOL05", /// ShortMnemonic = "TV05", /// Description = "Tank 05 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL05")] public float? Tvol05 { get; set; } /// /// RecordId = 11, /// ItemId = 20, /// LongMnemonic = "TVOL06", /// ShortMnemonic = "TV06", /// Description = "Tank 06 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL06")] public float? Tvol06 { get; set; } /// /// RecordId = 11, /// ItemId = 21, /// LongMnemonic = "TVOL07", /// ShortMnemonic = "TV07", /// Description = "Tank 07 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL07")] public float? Tvol07 { get; set; } /// /// RecordId = 11, /// ItemId = 22, /// LongMnemonic = "TVOL08", /// ShortMnemonic = "TV08", /// Description = "Tank 08 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL08")] public float? Tvol08 { get; set; } /// /// RecordId = 11, /// ItemId = 23, /// LongMnemonic = "TVOL09", /// ShortMnemonic = "TV09", /// Description = "Tank 09 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL09")] public float? Tvol09 { get; set; } /// /// RecordId = 11, /// ItemId = 24, /// LongMnemonic = "TVOL10", /// ShortMnemonic = "TV10", /// Description = "Tank 10 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL10")] public float? Tvol10 { get; set; } /// /// RecordId = 11, /// ItemId = 25, /// LongMnemonic = "TVOL11", /// ShortMnemonic = "TV11", /// Description = "Tank 11 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL11")] public float? Tvol11 { get; set; } /// /// RecordId = 11, /// ItemId = 26, /// LongMnemonic = "TVOL12", /// ShortMnemonic = "TV12", /// Description = "Tank 12 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL12")] public float? Tvol12 { get; set; } /// /// RecordId = 11, /// ItemId = 27, /// LongMnemonic = "TVOL13", /// ShortMnemonic = "TV13", /// Description = "Tank 13 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL13")] public float? Tvol13 { get; set; } /// /// RecordId = 11, /// ItemId = 28, /// LongMnemonic = "TVOL14", /// ShortMnemonic = "TV14", /// Description = "Tank 14 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TVOL14")] public float? Tvol14 { get; set; } /// /// RecordId = 11, /// ItemId = 29, /// LongMnemonic = "TTVOL1", /// ShortMnemonic = "TTV1", /// Description = "Trip Tank 1 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TTVOL1")] public float? Ttvol1 { get; set; } /// /// RecordId = 11, /// ItemId = 30, /// LongMnemonic = "TTVOL2", /// ShortMnemonic = "TTV2", /// Description = "Trip Tank 2 Volume", /// Description2 = "", /// FPSUnits = "BBL", /// MetricUnits = "M3", /// Length = 4, /// ValueType = "F" /// [Column("TTVOL2")] public float? Ttvol2 { get; set; } /// /// RecordId = 11, /// ItemId = 31, /// LongMnemonic = "SPARE1", /// ShortMnemonic = "SPR1", /// Description = "< SPARE 1>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "F" /// [Column("SPARE1")] public float? Spare1 { get; set; } /// /// RecordId = 11, /// ItemId = 32, /// LongMnemonic = "SPARE2", /// ShortMnemonic = "SPR2", /// Description = "< SPARE 2>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "F" /// [Column("SPARE2")] public float? Spare2 { get; set; } /// /// RecordId = 11, /// ItemId = 33, /// LongMnemonic = "SPARE3", /// ShortMnemonic = "SPR3", /// Description = "< SPARE 3>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "F" /// [Column("SPARE3")] public float? Spare3 { get; set; } /// /// RecordId = 11, /// ItemId = 34, /// LongMnemonic = "SPARE4", /// ShortMnemonic = "SPR4", /// Description = "< SPARE 4>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "----", /// Length = 4, /// ValueType = "F" /// [Column("SPARE4")] public float? Spare4 { get; set; } /// /// RecordId = 11, /// ItemId = 35, /// LongMnemonic = "SPARE5", /// ShortMnemonic = "SPR5", /// Description = "< SPARE 5>", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// [Column("SPARE5")] public float? Spare5 { get; set; } } }