Property | Type | Description |
---|
Method | Description | |
---|---|---|
InitPageParameter ( string inspectNo ) : void | ||
InitPageParameter ( string inspectNo, bool isWorkShop ) : void | ||
PopulateInspectOrder ( bool isQualified ) : IList |
||
PopulateUnqualifiedInspectOrder ( ) : IList |
Method | Description | |
---|---|---|
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void |
protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | |
e | GridViewRowEventArgs | |
return | void |
public InitPageParameter ( string inspectNo ) : void | ||
inspectNo | string | |
return | void |
public InitPageParameter ( string inspectNo, bool isWorkShop ) : void | ||
inspectNo | string | |
isWorkShop | bool | |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public PopulateInspectOrder ( bool isQualified ) : IList |
||
isQualified | bool | |
return | IList |
public PopulateUnqualifiedInspectOrder ( ) : IList |
||
return | IList |