C# Class XafBootstrap.Web.XafBootstrapView

Inheritance: System.Web.UI.UserControl
显示文件 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_oe property

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

ControlUniqueIDList public_oe property

public IList ControlUniqueIDList
return IList

DataSource public_oe property

public object DataSource
return object

DisabledItems public_oe property

public IList DisabledItems
return IList

IsRootView public_oe property

public Boolean,System IsRootView
return System.Boolean

ListTable public_oe property

public XafBootstrapTable ListTable
return XafBootstrapTable

ModelListViewID public_oe property

public String ModelListViewID
return String

PropertyName public_oe property

public String PropertyName
return String

SelectionType public_oe property

public SelectionObjectType SelectionType
return SelectionObjectType

View public_oe property

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

ViewType public_oe property

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

XafBootstrapControls public_oe property

public IList XafBootstrapControls
return IList