Class CoreBaseUserControl
Implements
Inherited Members
Namespace: Mediachase.Web.Console.BaseClasses
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class CoreBaseUserControl : BaseUserControl, IDynamicParamControl
Constructors
CoreBaseUserControl()
Declaration
public CoreBaseUserControl()
Properties
MDContext
Gets or sets the MD context.
Declaration
public MetaDataContext MDContext { get; set; }
Property Value
Type | Description |
---|---|
MetaDataContext | The MD context. |
Methods
OnInit(EventArgs)
Raises the System.Web.UI.Control.Init event.
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | An System.EventArgs object that contains the event data. |