public AllTariffsExportIndicationViewItem(AllTariffsExportIndicationViewItem indication) { this.PersonalAccount = indication.PersonalAccount; this.TimeStamp = indication.TimeStamp; this.PreviousValue = indication.PreviousValue; this.NextValue = indication.NextValue; this.Difference = indication.Difference; this.ErrorCode = indication.ErrorCode; this.PreviousTariff1Value = indication.PreviousTariff1Value; this.NextTariff1Value = indication.NextTariff1Value; this.Tariff1Difference = indication.Tariff1Difference; this.PreviousTariff2Value = indication.PreviousTariff2Value; this.NextTariff2Value = indication.NextTariff2Value; this.Tariff2Difference = indication.Tariff2Difference; this.PreviousTariff3Value = indication.PreviousTariff3Value; this.NextTariff3Value = indication.NextTariff3Value; this.Tariff3Difference = indication.Tariff3Difference; this.PreviousTariff4Value = indication.PreviousTariff4Value; this.NextTariff4Value = indication.NextTariff4Value; this.Tariff4Difference = indication.Tariff4Difference; }
public void SetIndications(AllTariffsExportIndicationViewItem indications) { this.Indications = new AllTariffsExportIndicationViewItem(indications); }