C# Класс GW2PAO.Modules.Commerce.ViewModels.TPCalculatorViewModel

Наследование: BindableBase
Показать файл Открыть проект

Открытые методы

Метод Описание
TPCalculatorViewModel ( ) : GW2PAO.Data

Default constructor

Приватные методы

Метод Описание
CalculateAll ( ) : void

Recalculates all output values

CalculateBreakEvenValues ( ) : void

Calculates the break-even buy and sell prices

CalculateCost ( ) : void

Calculates cost

CalculateListingFee ( ) : void

Calculates the listing fee (5% of revenue)

CalculateProfit ( ) : void

Calculates profit (revenue - cost - fees)

CalculateReturnOnInvestment ( ) : void

Calculates return on investment (profit / investment cost)

CalculateRevenue ( ) : void

Calculates revenue

CalculateSaleFee ( ) : void

Calculates sale fee (10% of revenue)

ResetValues ( ) : void

Resets all input values to 0

Описание методов

TPCalculatorViewModel() публичный Метод

Default constructor
public TPCalculatorViewModel ( ) : GW2PAO.Data
Результат GW2PAO.Data