Class JobSettingsDto
Inherited Members
Namespace: EasySave_Project.Dto
Assembly: .dll
Syntax
public class JobSettingsDto
Properties
| Edit this page View Sourceindex
Declaration
public int index { get; set; }
Property Value
Type | Description |
---|---|
int |
jobs
Declaration
public List<JobModel> jobs { get; set; }
Property Value
Type | Description |
---|---|
List<JobModel> |