namespace AsbCloudApp.Data.WITS { /// /// Record name: Передача полных /// Description: SibReciver. Передача полных /// Description2: /// public class Record60Dto : RecordBaseDto { /// /// RecordId = 60, /// ItemId = 99, /// LongMnemonic = "DEPTBITM", /// ShortMnemonic = "DBTM", /// Description = "SibReceiver custom. Положение долота", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Deptbitm { get; set; } /// /// RecordId = 60, /// ItemId = 10, /// LongMnemonic = "DEPTMEAS", /// ShortMnemonic = "DMEA", /// Description = "SibReceiver custom. Точка Замера", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Deptmeas { get; set; } /// /// RecordId = 60, /// ItemId = 11, /// LongMnemonic = "Gtot", /// ShortMnemonic = "Gtot", /// Description = "SibReceiver custom", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Gtot { get; set; } /// /// RecordId = 60, /// ItemId = 12, /// LongMnemonic = "Gx", /// ShortMnemonic = "Gx", /// Description = "SibReceiver custom", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Gx { get; set; } /// /// RecordId = 60, /// ItemId = 13, /// LongMnemonic = "Gy", /// ShortMnemonic = "Gy", /// Description = "SibReceiver custom", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Gy { get; set; } /// /// RecordId = 60, /// ItemId = 14, /// LongMnemonic = "Gz", /// ShortMnemonic = "Gz", /// Description = "SibReceiver custom", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Gz { get; set; } /// /// RecordId = 60, /// ItemId = 15, /// LongMnemonic = "Btot", /// ShortMnemonic = "Btot", /// Description = "SibReceiver custom", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Btot { get; set; } /// /// RecordId = 60, /// ItemId = 16, /// LongMnemonic = "Bx", /// ShortMnemonic = "Bx", /// Description = "SibReceiver custom", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Bx { get; set; } /// /// RecordId = 60, /// ItemId = 17, /// LongMnemonic = "By", /// ShortMnemonic = "By", /// Description = "SibReceiver custom", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? By { get; set; } /// /// RecordId = 60, /// ItemId = 18, /// LongMnemonic = "Bz", /// ShortMnemonic = "Bz", /// Description = "SibReceiver custom", /// Description2 = "", /// FPSUnits = "----", /// MetricUnits = "---", /// Length = 4, /// ValueType = "F" /// public float? Bz { get; set; } } }