C# Class bazar.PendingMeterReading

Datei anzeigen Open project: QualitySolution/Bazar Class Usage Examples

Public Properties

Property Type Description
accrualPayId long
date DateTime?
id int?
isNew bool
meterId int?
meterTariffId int?
value double?

Public Methods

Method Description
PendingMeterReading ( ) : System
Save ( ) : void

Method Details

PendingMeterReading() public method

public PendingMeterReading ( ) : System
return System

Save() public method

public Save ( ) : void
return void

Property Details

accrualPayId public_oe property

public long accrualPayId
return long

date public_oe property

public DateTime? date
return DateTime?

id public_oe property

public int? id
return int?

isNew public_oe property

public bool isNew
return bool

meterId public_oe property

public int? meterId
return int?

meterTariffId public_oe property

public int? meterTariffId
return int?

value public_oe property

public double? value
return double?