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
SettingType
SettingType SettingType { get; }
Property Value
Methods
Clone(bool)
SettingsPropertyDefinition Clone(bool keepRefs = true)
Parameters
keepRefs
bool