Gorgon
Show / Hide Table of Contents

Interface IEditorContext

A view model for setting the context for an editor operation.

Inherited Members
IViewModel.WaitPanelActivated
IViewModel.WaitPanelDeactivated
IViewModel.ProgressUpdated
IViewModel.ProgressDeactivated
IViewModel.NotifyPropertyChanged(string)
IViewModel.NotifyPropertyChanging(string)
IViewModel.NotifyAllPropertiesChanging()
IViewModel.NotifyAllPropertiesChanged()
IViewModel.Load()
IViewModel.Unload()
INotifyPropertyChanged.PropertyChanged
INotifyPropertyChanging.PropertyChanging
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IEditorContext : IViewModel, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

Name

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.

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author