C# Class XafBootstrap.Web.HTMLViewItem

Inheritance: System.Web.UI.Control
Show file Open project: Terricks/XAFBootstrap

Public Properties

Property Type Description
Application XafApplication
BootstrapView XafBootstrapView
ObjectSpace IObjectSpace
ViewItem ViewItem

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

Application public property

public XafApplication Application
return XafApplication

BootstrapView public property

public XafBootstrapView,XafBootstrap.Web BootstrapView
return XafBootstrapView

ObjectSpace public property

public IObjectSpace ObjectSpace
return IObjectSpace

ViewItem public property

public ViewItem ViewItem
return ViewItem