Generated by DocFX

Class CommonAdminAction

Basic implementation of the Admin Action class

Inheritance
System.Object
AdminActionBase
CommonAdminAction
ImportVENFTBackupRequestDto
Implements
IAdminAction
Inherited Members
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 CommonAdminAction : AdminActionBase, IAdminAction

Properties

| Improve this Doc View Source

Data

Data for the command/action

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

Type

Action type

Declaration
public AdminActionTypes Type { get; set; }
Property Value
Type Description
AdminActionTypes

Methods

| Improve this Doc View Source

CreateNewMessage()

Create new message for possibility to sign This message is sent to the admin and he must sign it and send back with command

Declaration
public virtual string CreateNewMessage()
Returns
Type Description
System.String

Implements

IAdminAction