Class SettingDescriptionAttribute
Used to describe a method, field, or property on a GlobalSettings object
Implements
Inherited Members
Namespace: WeaverCore.Settings
Assembly: WeaverCore.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class SettingDescriptionAttribute : SettingDescriptionAttribute_BASE, _Attribute
Constructors
| Edit this page View SourceSettingDescriptionAttribute(string)
Applies a description to the settings property
Declaration
public SettingDescriptionAttribute(string description)
Parameters
Type | Name | Description |
---|---|---|
string | description | The text describing the settings property |