Show / Hide Table of Contents

Class CommandDTO<T>

Inheritance
object
CommandDTO<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.Dto
Assembly: .dll
Syntax
public class CommandDTO<T>
Type Parameters
Name Description
T

Properties

| Edit this page View Source

command

Declaration
public string command { get; set; }
Property Value
Type Description
string
| Edit this page View Source

id

Declaration
public string id { get; set; }
Property Value
Type Description
string
| Edit this page View Source

obj

Declaration
public List<T> obj { get; set; }
Property Value
Type Description
List<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX