C# Class Hd.Web.Extensions.TpObjectDataSource

Inheritance: System.Web.UI.DataSourceControl
Mostra file Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Private Properties

Property Type Description
GetView TpObjectDataSourceView
OnInserting void
OnSelected void
OnSelecting void
OnUpdated void
OnUpdating void

Protected Methods

Method Description
GetView ( string viewName ) : System.Web.UI.DataSourceView

Private Methods

Method Description
GetView ( ) : TpObjectDataSourceView
OnInserting ( TpObjectDataSourceEventArgs e ) : void
OnSelected ( TpObjectDataSourceEventArgs e ) : void
OnSelecting ( TpObjectDataSourceEventArgs e ) : void
OnUpdated ( TpObjectDataSourceEventArgs args ) : void
OnUpdating ( TpObjectDataSourceEventArgs e ) : void

Method Details

GetView() protected method

protected GetView ( string viewName ) : System.Web.UI.DataSourceView
viewName string
return System.Web.UI.DataSourceView