Table of Contents

Interface ICompositeModule

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

Interface for Module that can contain sub modules.

public interface ICompositeModule : ILisrtModule, INotifyPropertyChanged
Inherited Members
Extension Methods

Properties

SubModules

Gets the sub modules.

ILisrtModuleCollection SubModules { get; }

Property Value

ILisrtModuleCollection