parent
f4cee1d5f4
commit
c72222a696
@ -1,22 +0,0 @@
|
|||||||
namespace NzbDrone.Core.Applications.Mylar
|
|
||||||
{
|
|
||||||
public class MylarField
|
|
||||||
{
|
|
||||||
public int Order { get; set; }
|
|
||||||
public string Name { get; set; }
|
|
||||||
public string Label { get; set; }
|
|
||||||
public string Unit { get; set; }
|
|
||||||
public string HelpText { get; set; }
|
|
||||||
public string HelpLink { get; set; }
|
|
||||||
public object Value { get; set; }
|
|
||||||
public string Type { get; set; }
|
|
||||||
public bool Advanced { get; set; }
|
|
||||||
public string Section { get; set; }
|
|
||||||
public string Hidden { get; set; }
|
|
||||||
|
|
||||||
public MylarField Clone()
|
|
||||||
{
|
|
||||||
return (MylarField)MemberwiseClone();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in new issue