Generated by DocFX

Class ImportVENFTBackupRequestDto

Admin Request for Import of the Backup data

Inheritance
System.Object
AdminActionBase
CommonAdminAction
ImportVENFTBackupRequestDto
Implements
IAdminAction
Inherited Members
CommonAdminAction.Data
CommonAdminAction.Type
CommonAdminAction.CreateNewMessage()
AdminActionBase.Admin
AdminActionBase.Message
AdminActionBase.Signature
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.Admin.Dto
Assembly: VEDriversLite.dll
Syntax
public class ImportVENFTBackupRequestDto : CommonAdminAction, IAdminAction

Constructors

| Improve this Doc View Source

ImportVENFTBackupRequestDto(String, String)

Main constructor.

Declaration
public ImportVENFTBackupRequestDto(string admin, string address)
Parameters
Type Name Description
System.String admin
System.String address

Properties

| Improve this Doc View Source

Address

Address main address of the VENFT Backup

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

BackupData

VENFT Backup data serialized to string

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

Implements

IAdminAction