Table of Contents

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 = "")

Parameters

displayName string
order int
requireRestart bool
hintText string