C# Class Public_Model, 3D-Repository

Inheritance: Website.Pages.PageBase
ファイルを表示 Open project: adlnet/3D-Repository

Protected Methods

Method Description
AddHeaderTag ( string type, string name, string description ) : void
ContentObjectFormView_ItemCommand ( object sender, FormViewCommandEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Page_PreRender ( ) : void
Rating_Click ( object sender, EventArgs e ) : void
Rating_Set ( object sender, RatingEventArgs args ) : void

Private Methods

Method Description
BindModelDetails ( ) : void
DeleteModel ( string pid ) : string
DownloadButton_Click_Impl ( string format, string ContentObjectID ) : void
ReportViolation ( string pid, string title, string description ) : string

Method Details

AddHeaderTag() protected method

protected AddHeaderTag ( string type, string name, string description ) : void
type string
name string
description string
return void

ContentObjectFormView_ItemCommand() protected method

protected ContentObjectFormView_ItemCommand ( object sender, FormViewCommandEventArgs e ) : void
sender object
e FormViewCommandEventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_PreRender() protected method

protected Page_PreRender ( ) : void
return void

Rating_Click() protected method

protected Rating_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Rating_Set() protected method

protected Rating_Set ( object sender, RatingEventArgs args ) : void
sender object
args AjaxControlToolkit.RatingEventArgs
return void