Show / Hide Table of Contents

Class FileInPendingJobDTO

Inheritance
object
FileInPendingJobDTO
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 FileInPendingJobDTO

Properties

| Edit this page View Source

FilesInPending

Declaration
public List<string> FilesInPending { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

LastDateTimePath

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

ProcessedFiles

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

ProcessedSize

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

Progress

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

TotalFiles

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

TotalSize

Declaration
public long TotalSize { get; set; }
Property Value
Type Description
long
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX