Generated by DocFX

Class AccountExportDto

Dto for the export and import of the account or subaccount

Inheritance
System.Object
AccountExportDto
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 AccountExportDto

Properties

| Improve this Doc View Source

Address

Address of the account

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

ConnectToMainShop

Connect this account to the Main shop account

Declaration
public bool ConnectToMainShop { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EKey

Encrypted key Usually the subaccount are encrypted with the master account key

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

ESKey

If the key is encrypted with use of the Symetric encryption load it here

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

IsDepositAccount

Set this if this is deposit account of the use of the shop functions

Declaration
public bool IsDepositAccount { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDogeAccount

Set this flag if it is doge account

Declaration
public bool IsDogeAccount { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsReceivingAccount

Set this if this is receiving account of the use of the shop functions

Declaration
public bool IsReceivingAccount { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Name of the account or subaccount

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

Password

Password for decryption of the EKey

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