Class EditorContext<T>
A view model for setting the context for an editor operation.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public abstract class EditorContext<T> : ViewModelBase<T, IHostContentServices>, IEditorContext, IViewModel, INotifyPropertyChanged, INotifyPropertyChanging where T : class, IViewModelInjection<IHostContentServices>
Type Parameters
Name | Description |
---|---|
T | The type of parameters to inject into the view model. Must implement IViewModelInjection<T> |
Properties
| Edit this page View SourceName
Property to return the context name.
Declaration
public abstract string Name { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
This value is used as a unique ID for the context.