EditorActivityViewModelBase Class Members
- Last UpdatedAug 21, 2026
- 3 minute read
The following tables list the members exposed by EditorActivityViewModelBase.
| Name | Description | |
|---|---|---|
![]() | IsActive | Gets or sets a value indicating whether or not activity is active. |
![]() | IsReadOnly | Gets a value indicating whether IsReadOnly or not. |
![]() | Label | Gets default heading /title of the activity. |
| Name | Description | |
|---|---|---|
![]() | CanCloseEditor | CanCloseEditor |
![]() | Dispose | Overloaded. Disposes the resource. |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | Initialize | Initializes the editor with IEditorBase, which holds this activity. |
![]() | OnImportsSatisfied | OnImportsSatisfied is used by prism when an editor is being created. |
![]() | RegisterCommands | Registers custom commands to the app editor. |
![]() | SetDirty | Marks editor as dirty. |
![]() | ToString | Returns a string that represents the current object. (Inherited from object) |
| Name | Description | |
|---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![]() | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
![]() | OnActivated | isActive is true. |
![]() | OnDeactivated | isActive is false. |
![]() | OnInitialized | OnInitialized is used to initialize. |



