C# Class XafBootstrap.Web.HTMLViewItem

Inheritance: System.Web.UI.Control
Mostrar archivo 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_oe property

public XafApplication Application
return XafApplication

BootstrapView public_oe property

public XafBootstrapView,XafBootstrap.Web BootstrapView
return XafBootstrapView

ObjectSpace public_oe property

public IObjectSpace ObjectSpace
return IObjectSpace

ViewItem public_oe property

public ViewItem ViewItem
return ViewItem