Click or drag to resize
IApp Interface
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:ZU.Core.Apps.IApp"]

Namespace: ZU.Core.Apps
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public interface IApp : IDisposable, INotifyPropertyChanged

The IApp type exposes the following members.

Properties
  NameDescription
Public propertyAccounts
Accounts
Public propertyAppButtonInfo
Provides information about this application's button, including its name, tooltip, and icon.
Public propertyAreMultipleAccountsAllowed
Public propertyId
Public propertyIsAdded
Public propertyIsDataImportSupported
Public propertyIsSignedIn
Public propertyPublisher
App module publisher
Public propertyStatus
Public propertyTitle
Public propertyVersion
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAppPane
Flyout is a control that is shown upon click on the app's icon in the Window Bar Left.
Public methodInitialize
Public methodProcessGenericNotification
Generic notification means different thing for different apps; usually
Public methodSaveSettings
Public methodShowAddDialog
Public methodShowSettingsDialog
Public methodTryRemove
Top
Events
  NameDescription
Public eventAdded
Public eventPropertyChanged (Inherited from INotifyPropertyChanged.)
Top
See Also