Table of Contents

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; }

Property Value

bool

This page was last modified at 12/23/2022 11:49:56 +02:00 (UTC).

Commit Message
Author:    Aragas
Commit:    aa889a1db7974dc13c9ff22e5740d958a2228b18
* Added MCM Source Package NuGet for easier integration