Interface IFeatureConfig
Represents a feature configuration interface.
public interface IFeatureConfig : IConfig
- Inherited Members
- Extension Methods
Properties
Author
string Author { get; }
Property Value
Description
string Description { get; }
Property Value
Enabled
ConfigEntry<bool>? Enabled { get; }
Property Value
- ConfigEntry<bool>
Name
string Name { get; }
Property Value
Version
string Version { get; }