Class SettingsFieldAttribute
Inheritance
SettingsFieldAttribute
Assembly: SociallyDistant.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class SettingsFieldAttribute : Attribute
Constructors
SettingsFieldAttribute(string, string?, string?, string?)
Declaration
public SettingsFieldAttribute(string name, string? description = null, string? sectionTitle = null, string? icon = null)
Parameters
Properties
Description
Declaration
public string Description { get; }
Property Value
Icon
Declaration
public string Icon { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
SectionTitle
Declaration
public string SectionTitle { get; }
Property Value