Class SettingPropertyBoolAttribute
- Namespace
- MCM.Abstractions.Attributes.v2
- Assembly
- MCMv5.dll
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class SettingPropertyBoolAttribute : BaseSettingPropertyAttribute, IPropertyDefinitionBool, IPropertyDefinitionGroupToggle, IPropertyDefinitionBase
- Inheritance
-
SettingPropertyBoolAttribute
- Implements
- Inherited Members
Constructors
SettingPropertyBoolAttribute(string)
public SettingPropertyBoolAttribute(string displayName)
Parameters
displayName
string
Properties
IsToggle
public bool IsToggle { get; set; }