Generated by DocFX

Class AdminActionBase

Base parameters for Admin action class

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

Properties

| Improve this Doc View Source

Admin

Neblio Admin Address

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

Message

Message for sign

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

Signature

Signature of the message by admin address

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