Show / Hide Table of Contents

Class LogDataDto

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

Properties

| Edit this page View Source

EncryptionTime

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

FileSize

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

JobName

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

Messages

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

SourcePath

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

TargetPath

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

Timestamp

Declaration
[JsonConverter(typeof(CustomDateTimeConverterUtil))]
public DateTime Timestamp { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

TransferTime

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