Interface ILisrtModule
Interface for a ILisrtModule module.
public interface ILisrtModule : INotifyPropertyChanged
- Inherited Members
- Extension Methods
Properties
Enabled
Gets or sets a value indicating whether the module is enabled.
bool Enabled { get; set; }
Property Value
Icon
Gets the icon from the module.
Uri Icon { get; }
Property Value
Name
Gets the name (key).
string Name { get; }
Property Value
Remarks
This must not contain '.'.
Parent
Gets or sets the parent module.
ILisrtModule Parent { get; set; }
Property Value
TreeItem
Gets the view model for the module.
ITreeItem TreeItem { get; }