mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
Version 3.0.363
This commit is contained in:
parent
4ff3307997
commit
91d42552c7
212 changed files with 1799 additions and 1318 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Threading.Tasks;
|
||||
|
@ -49,8 +49,8 @@ namespace TINK.ViewModel.Account
|
|||
/// <param name="p_oDevice"></param>
|
||||
/// <param name="p_oFilterGroup">Filter to apply on stations and bikes.</param>
|
||||
/// <param name="p_oUris">Available copri server host uris including uri to use for next start.</param>
|
||||
/// <param name="p_oPolling"> Holds whether to poll or not and the periode leght is polling is on. </param>
|
||||
/// <param name="p_oDefaultPollingPeriode">Default polling periode lenght.</param>
|
||||
/// <param name="p_oPolling"> Holds whether to poll or not and the period length is polling is on. </param>
|
||||
/// <param name="p_oDefaultPollingPeriode">Default polling period length.</param>
|
||||
/// <param name="p_oMinimumLogEventLevel">Controls logging level.</param>
|
||||
/// <param name="viewService">Interface to view</param>
|
||||
public AccountPageViewModel(
|
||||
|
@ -159,7 +159,7 @@ namespace TINK.ViewModel.Account
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether booking state info is avilable or not.
|
||||
/// Gets a value indicating whether booking state info is available or not.
|
||||
/// </summary>
|
||||
public bool IsBookingStateInfoVisible
|
||||
{
|
||||
|
@ -429,7 +429,7 @@ namespace TINK.ViewModel.Account
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>Polling periode.</summary>
|
||||
/// <summary>Polling period.</summary>
|
||||
public PollingViewModel Polling { get; }
|
||||
|
||||
/// <summary> Opens login page.</summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue