Table of Contents

Interface IFeature

Namespace
Mithril.Core.Abstractions.Modules.Interfaces
Assembly
Mithril.Core.Abstractions.dll

Feature interface. Defines information about the feature.

public interface IFeature
Extension Methods

Properties

Category

The group (by category) that the feature belongs. If not provided, defaults to 'Uncategorized'.

string Category { get; }

Property Value

string

The category.

Description

Gets or sets the description.

string Description { get; }

Property Value

string

The description.

Name

Human-readable name of the feature. If not provided, the identifier will be used.

string Name { get; }

Property Value

string

The name.