SaaS CMS has officially launched! Learn more now.

Class MCDataBoundControl

Inheritance
System.Object
MCDataBoundControl
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class MCDataBoundControl : UserControl

Constructors

MCDataBoundControl()

Declaration
public MCDataBoundControl()

Properties

DataItem

Declaration
public virtual object DataItem { get; set; }
Property Value
Type Description
System.Object

ShowSystemInfo

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

Methods

CheckVisibility(Object)

Declaration
public virtual bool CheckVisibility(object dataItem)
Parameters
Type Name Description
System.Object dataItem
Returns
Type Description
System.Boolean