RDS Collection settings added
This commit is contained in:
parent
b13ad8cc41
commit
636b3e22ca
28 changed files with 1610 additions and 61 deletions
|
@ -37,6 +37,7 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
|
|||
public RdsCollection()
|
||||
{
|
||||
Servers = new List<RdsServer>();
|
||||
Settings = new RdsCollectionSettings();
|
||||
}
|
||||
|
||||
public int Id { get; set; }
|
||||
|
@ -45,5 +46,6 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
|
|||
public string Description { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
public List<RdsServer> Servers { get; set; }
|
||||
public RdsCollectionSettings Settings { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue