London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MCDataBoundControl

Inheritance
System.Object
MCDataBoundControl
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
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