Class MeterReading
Inheritance
System.Object
MeterReading
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Evatic.Common.Service.DataContract.StagingTables.DataModel
Assembly: Evatic.Common.dll
Syntax
public class MeterReading
Properties
View SourceCompany
DB COMPANY
Declaration
public string Company { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MachineNumber
DB MACHINE_NO
Declaration
public string MachineNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MeterReadingExportId
DB METER_READING_EXPORT_ID
Declaration
public int MeterReadingExportId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MeterType
DB METER_TYPE
Declaration
public string MeterType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MeterVirtual
Declaration
public bool MeterVirtual { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModelType
DB MODEL_TYPE
Declaration
public string ModelType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObjDate
DB OBJ_DATE
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ProcessingInformation
Declaration
public string ProcessingInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessingStatus
Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
ReadingDate
DB READING_DATE
Declaration
public DateTime? ReadingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ReadingType
DB READING_TYPE
Declaration
public string ReadingType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionId
DB TRANSACTION_ID
Declaration
public int TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
DB VALUE
Declaration
public long? Value { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |