This interface represents the common application ViewModel.

C# | Visual Basic | Visual C++ |
public interface IApplicationCore
Public Interface IApplicationCore
public interface class IApplicationCore

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | ActionCodeItemList |
Gets the action code item list.
|
![]() | Agent |
Gets the agent.
|
![]() | AgentLogOffCommand |
Gets the agent logoff command.
|
![]() | AgentLogOnCommand |
Gets the agent logon command.
|
![]() | AgentStateItem |
Gets the agent state item.
|
![]() | AgentStatusDndCommand |
Gets the agent status DND command.
|
![]() | AgentStatusNotReadyAfterCallWorkCommand |
Gets the agent status not ready after call work command.
|
![]() | AgentStatusNotReadyCommand |
Gets the agent status not ready command.
|
![]() | AgentStatusReadyCommand |
Gets the agent status ready command.
|
![]() | ChangeLanguageCommand |
Gets the change language command.
|
![]() | ChangePlaceCommand |
Gets the change place command.
|
![]() | ChangeThemeCommand |
Gets the change theme command.
|
![]() | ClickOnceUpdateCommand |
Gets the click once update command.
|
![]() | CloseApplicationCommand |
Gets the close application command.
|
![]() | GadgetIsTopmost |
Gets or sets a value indicating whether the gadget window is the top most window.
|
![]() | InvokeTuningWizardCommand |
Gets the invoke tuning wizard command.
|
![]() | IsEnabledChangePlace |
Gets a value indicating whether this instance is enabled to change the place.
|
![]() | IsUpgradable |
Gets a value indicating whether the application is upgradable through ClickOnce.
|
![]() | MediaItemsTooltip |
Gets the media items tooltip.
|
![]() | ShowAgentStateDock |
Gets or sets a value indicating whether to show the agent state dock.
|
![]() | ShowGadget |
Gets or sets a value indicating whether to show the gadget.
|
![]() | SystrayIconToolTip |
Gets the system tray icon tool tip.
|
![]() | TestAlertCommand |
Gets the test alert command.
|
![]() | ThemeManager |
Gets the theme manager.
|
![]() | ToolbarIsTopmost |
Gets or sets a value indicating whether the toolbar window is the top most.
|