Property | Type | Description | |
---|---|---|---|
BusyIndicatorName | string |
Method | Description | |
---|---|---|
MarkAsBusy ( object sourceViewModel, object busyViewModel ) : void | ||
MarkAsNotBusy ( object sourceViewModel ) : void |
Method | Description | |
---|---|---|
DefaultBusyService ( IWindowManager windowManager ) : System | ||
GetView ( object viewModel ) : |
||
ToggleBusyIndicator ( BusyInfo info, bool isBusy ) : void | ||
TryFindBusyIndicator ( object viewModel ) : |
||
UpdateLoader ( BusyInfo info ) : void |
public MarkAsBusy ( object sourceViewModel, object busyViewModel ) : void | ||
sourceViewModel | object | |
busyViewModel | object | |
return | void |
public MarkAsNotBusy ( object sourceViewModel ) : void | ||
sourceViewModel | object | |
return | void |