Show / Hide Table of Contents

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 Source

Captchas

The Captcha Settings of RuriLib.

Declaration
public SettingsCaptchas Captchas { get; set; }
Property Value
Type Description
SettingsCaptchas
| Improve this Doc View Source

General

The General Settings of RuriLib.

Declaration
public SettingsGeneral General { get; set; }
Property Value
Type Description
SettingsGeneral
| Improve this Doc View Source

Proxies

The Proxy Settings of RuriLib.

Declaration
public SettingsProxies Proxies { get; set; }
Property Value
Type Description
SettingsProxies
| Improve this Doc View Source

Selenium

The Selenium Settings of RuriLib.

Declaration
public SettingsSelenium Selenium { get; set; }
Property Value
Type Description
SettingsSelenium
  • Improve this Doc
  • View Source
Back to top Generated by DocFX