Table of Contents

Class RootModuleMetadata

Namespace
Loehnert.Lisrt.Modules
Assembly
Loehnert.Lisrt.Modules.dll

Represents meta data for a root module.

[MetadataAttribute]
public class RootModuleMetadata : Attribute, _Attribute, IRootModuleMetadata
Inheritance
RootModuleMetadata
Implements
Inherited Members
Extension Methods

Constructors

RootModuleMetadata(int)

Initializes a new instance of the RootModuleMetadata class.

public RootModuleMetadata(int priority)

Parameters

priority int

The Priority.

Properties

Priority

Gets the priority for ModuleTreeViewModel.

public int Priority { get; }

Property Value

int