C# Class Inventory_InspectOrder_InspectDetailList, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Show file Open project: Novthirteen/yfkey-scms

Private Properties

Property Type Description

Public Methods

Method Description
InitPageParameter ( string inspectNo ) : void
InitPageParameter ( string inspectNo, bool isWorkShop ) : void
PopulateInspectOrder ( bool isQualified ) : IList
PopulateUnqualifiedInspectOrder ( ) : IList

Protected Methods

Method Description
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

GV_List_RowDataBound() protected method

protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
return void

InitPageParameter() public method

public InitPageParameter ( string inspectNo ) : void
inspectNo string
return void

InitPageParameter() public method

public InitPageParameter ( string inspectNo, bool isWorkShop ) : void
inspectNo string
isWorkShop bool
return void

Page_Load() protected method

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

PopulateInspectOrder() public method

public PopulateInspectOrder ( bool isQualified ) : IList
isQualified bool
return IList

PopulateUnqualifiedInspectOrder() public method

public PopulateUnqualifiedInspectOrder ( ) : IList
return IList