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