Class ModuleConfig
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 ModuleConfig
Constructors
ModuleConfig(String)
Initializes a new instance of the ModuleConfig class.
Declaration
public ModuleConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
Properties
Acl
Gets or sets the ACL.
Declaration
public virtual Acl Acl { get; set; }
Property Value
Type | Description |
---|---|
Acl | The acl. |
DisplayName
Gets the display name.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String | The display name. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Settings
Gets or sets the settings.
Declaration
public ModuleSettingCollection Settings { get; set; }
Property Value
Type | Description |
---|---|
ModuleSettingCollection | The settings. |
Views
Gets or sets the views.
Declaration
public virtual ViewCollection Views { get; set; }
Property Value
Type | Description |
---|---|
ViewCollection | The views. |
Methods
FindViewById(String)
Finds the view by id.
Declaration
public AdminView FindViewById(string viewId)
Parameters
Type | Name | Description |
---|---|---|
System.String | viewId | The view id. |
Returns
Type | Description |
---|---|
AdminView |