update functionallity enterprise storage
This commit is contained in:
parent
922009d402
commit
8784e493d5
28 changed files with 10952 additions and 8121 deletions
|
@ -7,10 +7,17 @@ namespace WebsitePanel.EnterpriseServer.Base.HostedSolution
|
|||
{
|
||||
public class ESPermission
|
||||
{
|
||||
string displayName;
|
||||
string account;
|
||||
string access;
|
||||
bool isGroup;
|
||||
|
||||
public string DisplayName
|
||||
{
|
||||
get { return displayName; }
|
||||
set { displayName = value; }
|
||||
}
|
||||
|
||||
public string Account
|
||||
{
|
||||
get { return account; }
|
||||
|
@ -26,7 +33,8 @@ namespace WebsitePanel.EnterpriseServer.Base.HostedSolution
|
|||
public bool IsGroup
|
||||
{
|
||||
get { return isGroup; }
|
||||
set { isGroup = value; }
|
||||
set { isGroup = value; }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue