Class Settings
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Linear
Assembly: VMDLinear.dll
[SettingsProvider(typeof(HybridSettingsProvider))]
[SettingsGroupName("VM.Managed.DAFUL.Linear.Settings")]
public class Settings : SettingsBase<settings>
Inheritance
object ←
SettingsBase ←
ApplicationSettingsBase ←
SettingsBase
Inherited Members
SettingsBase
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Settings()
public Settings()
Properties
LowerBoundFrequency
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("0")]
public double LowerBoundFrequency { get; set; }
Property Value
MaximumNumberOfNormalMode
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("20")]
public uint MaximumNumberOfNormalMode { get; set; }
Property Value
PenaltyValue
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("1000000000")]
public double PenaltyValue { get; set; }
Property Value
ShiftValue
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("10000")]
public double ShiftValue { get; set; }
Property Value
UpperBoundFrequency
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("100000000")]
public double UpperBoundFrequency { get; set; }
Property Value
UseAutoPenalty
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool UseAutoPenalty { get; set; }
Property Value
UseAutoShift
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("true")]
public bool UseAutoShift { get; set; }
Property Value
UseBoundFrequency
[UserScopedSetting]
[NoSettingsVersionUpgrade]
[DefaultSettingValue("false")]
public bool UseBoundFrequency { get; set; }
Property Value
Methods
InitializeParameter()
public void InitializeParameter()