Show / Hide Table of Contents

Class LogDto

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

Properties

| Edit this page View Source

Logs

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

Name

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