Class RLSettingsViewModel
The settings used across RuriLib classes. Contains the smaller settings categories.
Inheritance
System.Object
RLSettingsViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RuriLib.ViewModels
Assembly: RuriLib.dll
Syntax
public class RLSettingsViewModel
Properties
| Improve this Doc View SourceCaptchas
The Captcha Settings of RuriLib.
Declaration
public SettingsCaptchas Captchas { get; set; }
Property Value
Type | Description |
---|---|
SettingsCaptchas |
General
The General Settings of RuriLib.
Declaration
public SettingsGeneral General { get; set; }
Property Value
Type | Description |
---|---|
SettingsGeneral |
Proxies
The Proxy Settings of RuriLib.
Declaration
public SettingsProxies Proxies { get; set; }
Property Value
Type | Description |
---|---|
SettingsProxies |
Selenium
The Selenium Settings of RuriLib.
Declaration
public SettingsSelenium Selenium { get; set; }
Property Value
Type | Description |
---|---|
SettingsSelenium |