Class FeatureConfig
Represents a feature configuration class.
public class FeatureConfig : BaseConfig, IFeatureConfig, IConfig
- Inheritance
-
FeatureConfig
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
FeatureConfig(string, string, string, string, string)
Represents a feature configuration class.
public FeatureConfig(string name, string description, string version, string author, string relativePath)
Parameters
name
stringName of the feature.
description
stringDescription of the feature.
version
stringVersion of the feature.
author
stringAuthor of the feature.
relativePath
stringRelative path to the configuration file.
Properties
Author
public string Author { get; init; }
Property Value
Description
public string Description { get; init; }
Property Value
Log
protected override Logger Log { get; }
Property Value
Name
public string Name { get; init; }
Property Value
Version
public string Version { get; init; }
Property Value
Methods
Deconstruct(out string, out string, out string, out string, out string?)
public void Deconstruct(out string name, out string description, out string version, out string author, out string? relativePath)