Interface IEditor
- Namespace
 - RadioExt_Helper.utility
 
- Assembly
 - RadioExt-Helper.dll
 
Interface for all editors in the application.
  
  public interface IEditor
  Properties
Id
The unique identifier for this editor.
  
  Guid Id { get; set; }
  Property Value
Station
The tracked station associated with this control.
  
  TrackableObject<Station> Station { get; }
  Property Value
Type
The type of editor.
  
  EditorType Type { get; set; }
  Property Value
Methods
Translate()
Defines the method to translate the control into the current language.
  
  void Translate()