Class ModuleSetting

Inheritance
System.Object
ModuleSetting
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.0
Syntax
public class ModuleSetting

Constructors

ModuleSetting(String, String)

Initializes a new instance of the ModuleSetting class.

Declaration
public ModuleSetting(string settingName, string settingValue)
Parameters
Type Name Description
System.String settingName

Name of the setting.

System.String settingValue

The setting value.

Properties

Attributes

Gets or sets the attributes.

Declaration
public Hashtable Attributes { get; set; }
Property Value
Type Description
System.Collections.Hashtable

The attributes.

Children

Gets or sets the Children.

Declaration
public ModuleSettingCollection Children { get; set; }
Property Value
Type Description
ModuleSettingCollection

The Children.

HasChildren

Gets a value indicating whether this instance has children.

Declaration
public bool HasChildren { get; }
Property Value
Type Description
System.Boolean

true if this instance has children; otherwise, false.

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

The name.

Value

Gets the value.

Declaration
public string Value { get; }
Property Value
Type Description
System.String

The value.