Interface ITreeItem
Interface for a ILisrtModule tree item view model.
public interface ITreeItem : INotifyPropertyChanged
- Inherited Members
Properties
InitializationState
Gets the InitializationState if ILisrtModule is IInitializable, otherwise null.
InitializationState? InitializationState { get; }
Property Value
ModuleEnabled
Gets a value indicating whether the module is enabled.
bool ModuleEnabled { get; }
Property Value
ModuleFullName
Gets the full name from the module with the point between sub modules.
string ModuleFullName { get; }
Property Value
ModuleMainIcon
Gets the icon from the module.
Uri ModuleMainIcon { get; }
Property Value
ModuleName
Gets the name from the module.
string ModuleName { get; }