IEditorActivity Interface Members
The following tables list the members exposed by IEditorActivity.
Public Properties
Name | Description | |
---|---|---|
![]() | IsActive | Gets or sets a value indicating whether an activity is active or not. (Inherited from ArchestrA.Client.AppConfig.IAppActiveAware) |
![]() | Label | Gets the label to be displayed on top for this activity. |
Public Methods
Name | Description | |
---|---|---|
![]() | CanCloseEditor | Called when the editor is closed to allow the activity to prevent the close. |
![]() | Dispose | (Inherited from System.IDisposable) |
![]() | RegisterCommands | Registers activity specific commands at the Command Manager. |
See Also