Version 3.0.260

This commit is contained in:
Oliver Hauff 2021-11-07 21:28:13 +01:00
parent 5a26bf273b
commit 4df8aa98aa
134 changed files with 8098 additions and 567 deletions

View file

@ -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