Class FormRenderer

Inheritance
System.Object
FormRenderer
Namespace: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class FormRenderer : CompositeDataBoundControl

Constructors

FormRenderer()

Declaration
public FormRenderer()

Properties

ClassName

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

DataItem

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

DescriptionAttribute

Gets or sets the description attribute.

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

The description attribute.

DescriptionCssClass

Gets or sets the description CSS class.

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

The description CSS class.

DesignPrimitiveCssClass

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

DesignSectionItemCssClass

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

DesignTableLayoutCellCssClass

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

FormDocumentData

Declaration
public FormDocument FormDocumentData { get; set; }
Property Value
Type Description
FormDocument

FormName

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

FormType

Declaration
public FormType FormType { get; set; }
Property Value
Type Description
FormType

PlaceName

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

PrimitiveLabelCssClass

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

SectionHeaderTemplate

Declaration
public ITemplate SectionHeaderTemplate { get; set; }
Property Value
Type Description
System.Web.UI.ITemplate

SectionTableCssClass

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

ShowDescription

Gets or sets a value indicating whether [show description].

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

true if [show description]; otherwise, false.

TableContainer

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

TableLayoutMode

Declaration
public TableLayoutModeType TableLayoutMode { get; set; }
Property Value
Type Description
TableLayoutModeType

Methods

CreateChildControls(IEnumerable, Boolean)

Declaration
protected override int CreateChildControls(IEnumerable dataSource, bool dataBinding)
Parameters
Type Name Description
System.Collections.IEnumerable dataSource
System.Boolean dataBinding
Returns
Type Description
System.Int32

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e