Interface IEditorContext
A view model for setting the context for an editor operation.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IEditorContext : IViewModel, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceName
Property to return the context name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
This value is used as a unique ID for the context.