|
@@ -10,19 +10,13 @@ namespace Model
|
|
|
{
|
|
{
|
|
|
public class Options: ICloneable
|
|
public class Options: ICloneable
|
|
|
{
|
|
{
|
|
|
-#if SERVER
|
|
|
|
|
[Option("appId", Required = true)]
|
|
[Option("appId", Required = true)]
|
|
|
-#endif
|
|
|
|
|
public int AppId { get; set; }
|
|
public int AppId { get; set; }
|
|
|
-
|
|
|
|
|
-#if SERVER
|
|
|
|
|
|
|
+
|
|
|
[Option("appType", Required = true)]
|
|
[Option("appType", Required = true)]
|
|
|
-#endif
|
|
|
|
|
public AppType AppType { get; set; }
|
|
public AppType AppType { get; set; }
|
|
|
|
|
|
|
|
-#if SERVER
|
|
|
|
|
[Option("config", Required = false, DefaultValue = "Start.txt")]
|
|
[Option("config", Required = false, DefaultValue = "Start.txt")]
|
|
|
-#endif
|
|
|
|
|
public string Config { get; set; }
|
|
public string Config { get; set; }
|
|
|
|
|
|
|
|
public object Clone()
|
|
public object Clone()
|