** [[TeamLoginCommand]]
** [[CloseDialogCommand]]
== Namespace changes ==
Starting from the UBIK UWP client{{Version/WinXSince|3.0.0}}, we have restructured & renamed some of our outdated or inaccurate namespaces. This means modifications are necessary for any previous XAML customizing code that refers to these changed namespaces. The complete list of such changes is documented below.
{| class="wikitable" | width = "75%"
|-
! !!style="text-align:left;"|V.2.6!!style="text-align:left;"|V.3.0
|-
|rowspan="12" style="text-align:center;"|Name-<br/>space<br/>prefix
|''UBIK.Win8''||''UBIK.WinX''
|-
|''UBIK.WinX.UI''||''UBIK.UI''
|-
|''UBIK.WinX.Utility''||''UBIK.Utility''
|-
|''UBIK.WinX.Library''||''UBIK.Library''
|-
|''UBIK.WinX.DataProvider''||''UBIK.WinX.DataProvider''
|-
|''UBIK.WinX.SyncHandler''||''UBIK.SyncHandler''
|-
|''UBIK.WinX.DatabaseConnector''||''UBIK.DatabaseConnector''
|-
| ''UBIK.WinX.MRO''||''UBIK.MRO''
|-
| ''UBIK.WinX.Coding''||''UBIK.Coding''
|-
| ''UBIK.WinX.DataService''||''UBIK.DataService''
|-
| ''UBIK.WinX.Redlining''||''UBIK.Redlining''
|-
| ''UBIK.WinX.Positioning''||''UBIK.Positioning''
|-
|}
Take the namespace ''UBIK.Win8'' for example, it is now changed to ''UBIK.WinX''. A few affected XAML namespace references are e.g.
* ''using:UBIK.Win8.Views'' -> ''using:UBIK.WinX.Views''
* ''using:UBIK.Win8.GART.Controls'' -> ''using:UBIK.WinX.GART.Controls''
'''Important notes''' on the namespace ''UBIK.WinX.UI'':
* One exception is the namespace '''''UBIK.WinX.UI.CollectionView'''''. It is '''not''' changed since the content is indeed WinX specific.
* For namespaces that are changed from ''UBIK.Win8.UI'' such as '''''UBIK.Win8.UI.Controls''''', '''do not''' further '''remove the ''WinX''''' segment even though the results are something like '''''UBIK.WinX.UI.Controls'''''.