C# Class XafBootstrap.Web.XafBootstrapView

Inheritance: System.Web.UI.UserControl
Show file Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

Property Type Description
ControlToRender System.Web.UI.Control
ControlUniqueIDList IList
DataSource object
DisabledItems IList
IsRootView System.Boolean
ListTable XafBootstrapTable
ModelListViewID String
PropertyName String
SelectionType SelectionObjectType
View DevExpress.ExpressApp.View
ViewType System.Web.UI.ViewType
XafBootstrapControls IList

Public Methods

Method Description
InnerRender ( ) : void
XafBootstrapView ( ) : System
handler_OnCallback ( object source, DevExpress e ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AddContent ( Control control, object DataContainer = null ) : void
BuildContent ( ) : void
BuildRecursiveElement ( Control control, Control Parent, ElemType type, object Container ) : System.Boolean
BuildRecursiveTag ( Control control, Control Parent, System.Boolean Start, ElemType type, object Container ) : System.Boolean

Method Details

InnerRender() public method

public InnerRender ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

XafBootstrapView() public method

public XafBootstrapView ( ) : System
return System

handler_OnCallback() public method

public handler_OnCallback ( object source, DevExpress e ) : void
source object
e DevExpress
return void

Property Details

ControlToRender public property

public Control,System.Web.UI ControlToRender
return System.Web.UI.Control

ControlUniqueIDList public property

public IList ControlUniqueIDList
return IList

DataSource public property

public object DataSource
return object

DisabledItems public property

public IList DisabledItems
return IList

IsRootView public property

public Boolean,System IsRootView
return System.Boolean

ListTable public property

public XafBootstrapTable ListTable
return XafBootstrapTable

ModelListViewID public property

public String ModelListViewID
return String

PropertyName public property

public String PropertyName
return String

SelectionType public property

public SelectionObjectType SelectionType
return SelectionObjectType

View public property

public View,DevExpress.ExpressApp View
return DevExpress.ExpressApp.View

ViewType public property

public ViewType,System.Web.UI ViewType
return System.Web.UI.ViewType

XafBootstrapControls public property

public IList XafBootstrapControls
return IList