Table of Contents

Interface ISettingsPropertyDefinition

Namespace
MCM.Abstractions
Assembly
MCMv5.dll
public interface ISettingsPropertyDefinition : IPropertyDefinitionBool, IPropertyDefinitionDropdown, IPropertyDefinitionWithMinMax, IPropertyDefinitionWithEditableMinMax, IPropertyDefinitionWithFormat, IPropertyDefinitionWithCustomFormatter, IPropertyDefinitionWithId, IPropertyDefinitionText, IPropertyDefinitionGroupToggle, IPropertyGroupDefinition, IPropertyDefinitionButton, IPropertyDefinitionBase
Inherited Members

Properties

PropertyReference

IRef PropertyReference { get; }

Property Value

IRef

SettingType

SettingType SettingType { get; }

Property Value

SettingType

Methods

Clone(bool)

SettingsPropertyDefinition Clone(bool keepRefs = true)

Parameters

keepRefs bool

Returns

SettingsPropertyDefinition

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