BudgetAnalyser.Engine.Widgets.SavingsGoalWidget.SavingsGoalWidget C# (CSharp) Метод

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

Initializes a new instance of the SavingsGoalWidget class.
public SavingsGoalWidget ( ) : System
Результат System
        public SavingsGoalWidget()
        {
            Category = WidgetGroup.OverviewSectionName;
            Dependencies = new[]
            {
                typeof(IBudgetCurrencyContext), typeof(StatementModel), typeof(GlobalFilterCriteria),
                typeof(LedgerBook)
            };
            RecommendedTimeIntervalUpdate = TimeSpan.FromHours(12); // Every 12 hours.
            this.standardStyle = "WidgetStandardStyle3";
            DetailedText = "Savings Commitment";
            Name = "Save Goal";
        }