LtSwApplicationExtensions Wiki
Extenstions for IClientApplication LightSwitch interface
Status: Abandoned
Brought to you by:
donnicky
These extentions are intended to be used in Microsoft LightSwitch projects.
The following extensions are added to the IClientApplication interface:
| Extension | Description |
|---|---|
| void RefreshScreen(string screenName) | refreshes active screen accessed by name |
| IScreenObject GetActiveScreenByName(string screenName) | returns IScreenObject found by name |
| string CurrentUserSummary() | returns current user as "FullUserName (LoginName)" |