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 BaseGroup

Inheritance
System.Object
BaseGroup
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public abstract class BaseGroup : UserControl

Constructors

BaseGroup()

Declaration
protected BaseGroup()

Properties

Field

Declaration
public MetaField Field { get; set; }
Property Value
Type Description
MetaField

Value

Declaration
public virtual AttributeCollection Value { get; set; }
Property Value
Type Description
AttributeCollection

ViewName

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

Methods

BindData()

Declaration
public abstract void BindData()