Class AclPermission
Inheritance
System.Object
AclPermission
Inherited Members
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 AclPermission
Constructors
AclPermission(AclGroup, String, String)
Initializes a new instance of the AclPermission class.
Declaration
public AclPermission(AclGroup group, string id, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| AclGroup | group | The group. |
| System.String | id | The id. |
| System.String | name | The name. |
Properties
Group
Gets or sets the Children.
Declaration
public AclGroup Group { get; set; }
Property Value
| Type | Description |
|---|---|
| AclGroup | The Children. |
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. |
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | A System.String that represents the current System.Object. |
Overrides
System.Object.ToString()