Class Feature
Represents a constant setting of a SlugBaseCharacter.
Inherited Members
Namespace: SlugBase.Features
Assembly: SlugBase.dll
Syntax
public abstract class Feature
Constructors
View SourceFeature(string)
Creates a new Feature with the given id.
Declaration
public Feature(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The JSON key. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| ArgumentException | A Feature with the given |
Properties
View SourceID
This Feature's JSON key.
Declaration
public string ID { get; }
Property Value
| Type | Description |
|---|---|
| string |