Class CommandDTO<T>
Inherited Members
Namespace: EasySave_Project.Dto
Assembly: .dll
Syntax
public class CommandDTO<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View Sourcecommand
Declaration
public string command { get; set; }
Property Value
Type | Description |
---|---|
string |
id
Declaration
public string id { get; set; }
Property Value
Type | Description |
---|---|
string |
obj
Declaration
public List<T> obj { get; set; }
Property Value
Type | Description |
---|---|
List<T> |