Show / Hide Table of Contents

Class LogsDto

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

Properties

| Edit this page View Source

Entries

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