[DONT MERGE] give a spec to input files
This commit is contained in:
parent
5e233b5020
commit
742796c592
12 changed files with 67 additions and 44 deletions
18
Yavsc.Abstract/FileSystem/UserFileInfo.cs
Normal file
18
Yavsc.Abstract/FileSystem/UserFileInfo.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
|
||||
namespace Yavsc.ViewModels
|
||||
{
|
||||
public class RemoteFileInfo
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public long Size { get; set; }
|
||||
|
||||
public DateTime CreationTime { get; set; }
|
||||
|
||||
public DateTime LastModified { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue