Class CommonAdminAction
Basic implementation of the Admin Action class
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 CommonAdminAction : AdminActionBase, IAdminAction
Properties
| Improve this Doc View SourceData
Data for the command/action
Declaration
public string Data { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Action type
Declaration
public AdminActionTypes Type { get; set; }
Property Value
Type | Description |
---|---|
AdminActionTypes |
Methods
| Improve this Doc View SourceCreateNewMessage()
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 |