Class LogDto
Inherited Members
Namespace: EasySave_Project.Dto
Assembly: .dll
Syntax
public class LogDto
Properties
| Edit this page View SourceLogs
Declaration
public List<LogDataDto> Logs { get; set; }
Property Value
Type | Description |
---|---|
List<LogDataDto> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |