Class SettingPropertyTextAttribute
- Namespace
- MCM.Abstractions.Attributes.v2
- Assembly
- MCMv5.dll
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class SettingPropertyTextAttribute : BaseSettingPropertyAttribute, IPropertyDefinitionText, IPropertyDefinitionBase
- Inheritance
-
SettingPropertyTextAttribute
- Implements
- Inherited Members
Constructors
SettingPropertyTextAttribute(string, int, bool, string)
public SettingPropertyTextAttribute(string displayName, int order = -1, bool requireRestart = true, string hintText = "")