Class ImportVENFTBackupRequestDto
Admin Request for Import of the Backup data
Implements
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.Admin.Dto
Assembly: VEDriversLite.dll
Syntax
public class ImportVENFTBackupRequestDto : CommonAdminAction, IAdminAction
Constructors
| Improve this Doc View SourceImportVENFTBackupRequestDto(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 SourceAddress
Address main address of the VENFT Backup
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BackupData
VENFT Backup data serialized to string
Declaration
public string BackupData { get; set; }
Property Value
Type | Description |
---|---|
System.String |