Class AclGroup
Inheritance
System.Object
AclGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Web.Console.Config
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class AclGroup
Constructors
AclGroup(String, String)
Initializes a new instance of the AclGroup class.
Declaration
public AclGroup(string id, string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The id. |
System.String | name | The name. |
Properties
Groups
Gets or sets the groups.
Declaration
public AclGroupCollection Groups { get; set; }
Property Value
Type | Description |
---|---|
AclGroupCollection | The groups. |
ID
Gets the value.
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String | The value. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
ParentGroup
Gets or sets the parent group.
Declaration
public AclGroup ParentGroup { get; set; }
Property Value
Type | Description |
---|---|
AclGroup | The parent group. |
Permissions
Gets or sets the permissions.
Declaration
public AclPermissionCollection Permissions { get; set; }
Property Value
Type | Description |
---|---|
AclPermissionCollection | The permissions. |