Click or drag to resize
IZetApp Interface
Zet Universe

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

[Missing <summary> documentation for "T:ZU.Plugins.IZetApp"]

Namespace: ZU.Plugins
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 IZetApp : IPlugin

The IZetApp 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 propertyHost (Inherited from IPlugin.)
Public propertyId
Public propertyIsAdded
Public propertyIsDataImportSupported
Public propertyIsSignedIn
Public propertyPublisher
App module publisher
Public propertyStatus
Public propertyTitle
Public propertyVersion
Top
Methods
  NameDescription
Public methodGetAppPane
Flyout is a control that is shown upon click on the app's icon in the Window Bar Left.
Public methodGetCurrentAppSettings
Public methodInvoke (Inherited from IPlugin.)
Public methodOnConnection (Inherited from IPlugin.)
Public methodOnDisconnection (Inherited from IPlugin.)
Public methodProcessGenericNotification
Generic notification means different thing for different apps; usually
Public methodShowAddDialog
Keeping this for now.
Public methodShowSettingsDialog
Keeping this for now
Public methodShutdown
Unloads this plugin
Public methodTryRemove
Top
Events
  NameDescription
Public eventAdded
Top
See Also