Table of Contents

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

Guid

Station

The tracked station associated with this control.
TrackableObject<Station> Station { get; }

Property Value

TrackableObject<Station>

Type

The type of editor.
EditorType Type { get; set; }

Property Value

EditorType

Methods

Translate()

Defines the method to translate the control into the current language.
void Translate()