mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
Version 3.0.260
This commit is contained in:
parent
5a26bf273b
commit
4df8aa98aa
134 changed files with 8098 additions and 567 deletions
|
@ -41,24 +41,8 @@ namespace TINK.Model.Connector
|
|||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sets the active uri.
|
||||
/// </summary>
|
||||
private Uri ActiveUri
|
||||
{
|
||||
set
|
||||
{
|
||||
if (m_oUris.ActiveUri.AbsoluteUri == value.AbsoluteUri)
|
||||
{
|
||||
/// Nothing to do.
|
||||
return;
|
||||
}
|
||||
|
||||
m_oUris = new CopriServerUriList(m_oUris.Uris.ToArray(), value);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary> Gets the known uris. </summary>
|
||||
/// <summary> Gets the known uris text, i.e. binds to picker ItemsSource. </summary>
|
||||
public IList<string> ServerTextList
|
||||
{
|
||||
get
|
||||
|
@ -70,7 +54,7 @@ namespace TINK.Model.Connector
|
|||
/// <summary> Holds the uri which will be applied after restart of app. </summary>
|
||||
public Uri NextActiveUri { get; private set; }
|
||||
|
||||
/// <summary> Holds the uri which will be applied after restart. </summary>
|
||||
/// <summary> Holds the active uri, i.e. binds to picker SelectedItem. </summary>
|
||||
public string NextActiveServerText
|
||||
{
|
||||
get
|
||||
|
@ -86,7 +70,7 @@ namespace TINK.Model.Connector
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary> Holds the description of the picker.</summary>
|
||||
/// <summary> Holds the description of the picker, i.e. binds to label Text.</summary>
|
||||
public string CorpiServerUriDescription
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue