Generated by DocFX

Class BackupDataDto

VENFT Backup Data Dto

Inheritance
System.Object
BackupDataDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Dto
Assembly: VEDriversLite.dll
Syntax
public class BackupDataDto

Properties

| Improve this Doc View Source

Address

Main NeblioAddress

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Bookmarks

Serialized Bookmarks list

Declaration
public string Bookmarks { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BrowserTabs

Serialized browser tabs list

Declaration
public string BrowserTabs { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DogeAddress

Main Dogecoin Address

Declaration
public string DogeAddress { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DogeKey

Main Dogecoin Address Key

Declaration
public string DogeKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Key

Main NeblioAddress Key

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MessageTabs

Serialized message tabs list

Declaration
public string MessageTabs { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OpenAIApiKey

Declaration
public string OpenAIApiKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SubAccounts

Serialized SubAccounts list

Declaration
public string SubAccounts { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WoCAPIJWT

Connection API JWT Token for the WordPress

Declaration
public string WoCAPIJWT { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WoCAPIKey

Connection API Key for the WooCommerce eshop

Declaration
public string WoCAPIKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WoCAPISecret

Connection API Secret for the WooCommerce eshop

Declaration
public string WoCAPISecret { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WoCAPIUrl

Connection Url for WooCommerce eshop

Declaration
public string WoCAPIUrl { get; set; }
Property Value
Type Description
System.String