mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-21 04:26:29 +02:00
Version 3.0.363
This commit is contained in:
parent
4ff3307997
commit
91d42552c7
212 changed files with 1799 additions and 1318 deletions
|
@ -3,7 +3,7 @@ using TINK.Model;
|
|||
|
||||
namespace TINK.ViewModel.Settings
|
||||
{
|
||||
/// <summary>Holds filter item incluting full state (avaialble, activated, name, ...). </summary>
|
||||
/// <summary>Holds filter item including full state (available, activated, name, ...). </summary>
|
||||
public class FilterItemMutable : INotifyPropertyChanged
|
||||
{
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
@ -32,7 +32,7 @@ namespace TINK.ViewModel.Settings
|
|||
/// <summary> Text describing the filter. </summary>
|
||||
public string Text { get; }
|
||||
|
||||
/// <summary> True if switch can be toggeled.</summary>
|
||||
/// <summary> True if switch can be toggled.</summary>
|
||||
public bool IsEnabled { get; }
|
||||
|
||||
/// <summary> True if switch is on.</summary>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using TINK.Settings;
|
||||
|
||||
|
@ -10,7 +10,7 @@ namespace TINK.ViewModel.Settings
|
|||
/// <summary>Holds the views polling parameters.</summary>
|
||||
private PollingParameters m_oPolling = PollingParameters.Default;
|
||||
|
||||
/// <summary> Current polling periode. Used to check whether values were modified or not.</summary>
|
||||
/// <summary> Current polling period. Used to check whether values were modified or not.</summary>
|
||||
private readonly PollingParameters m_oPollingActive;
|
||||
|
||||
/// <summary> Constructs polling object. </summary>
|
||||
|
@ -52,7 +52,7 @@ namespace TINK.ViewModel.Settings
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary> Gests or sets the polling periode [sec]. </summary>
|
||||
/// <summary> Gests or sets the polling period [sec]. </summary>
|
||||
public int PeriodeTotalSeconds
|
||||
{
|
||||
get
|
||||
|
@ -76,7 +76,7 @@ namespace TINK.ViewModel.Settings
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary> Gets info about polling periode.</summary>
|
||||
/// <summary> Gets info about polling period.</summary>
|
||||
public string PeriodeTotalSecondsText
|
||||
{
|
||||
get
|
||||
|
|
|
@ -356,7 +356,7 @@ namespace TINK.ViewModel
|
|||
/// <summary> Empty if no user is logged in session cookie otherwise. </summary>
|
||||
public string SessionCookie => TinkApp.ActiveUser.IsLoggedIn ? TinkApp.ActiveUser.SessionCookie : "";
|
||||
|
||||
/// <summary>Polling periode.</summary>
|
||||
/// <summary>Polling period.</summary>
|
||||
public PollingViewModel Polling { get; }
|
||||
|
||||
/// <summary> Active logging level</summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue