CodeFactor clean up
This commit is contained in:
parent
527c57fb10
commit
7b20dd9b41
3 changed files with 29 additions and 44 deletions
|
|
@ -53,25 +53,24 @@ namespace MatterHackers.MatterControl
|
|||
public override void WriteJson(JsonWriter writer, ILibraryItem value, JsonSerializer serializer)
|
||||
{
|
||||
}
|
||||
|
||||
public class DummyItem : ILibraryItem
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public bool IsProtected { get; set; }
|
||||
|
||||
public bool IsVisible { get; set; }
|
||||
|
||||
public DateTime DateModified { get; set; }
|
||||
|
||||
public DateTime DateCreated { get; set; }
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
public string AssetPath { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
public class DummyItem : ILibraryItem
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public bool IsProtected { get; set; }
|
||||
|
||||
public bool IsVisible { get; set; }
|
||||
|
||||
public DateTime DateModified { get; set; }
|
||||
|
||||
public DateTime DateCreated { get; set; }
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
public string AssetPath { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue