C# Class MRP_PlanSchedule_List, yfkey-scms

Inheritance: com.Sconit.Web.ListModuleBase
Datei anzeigen Open project: Novthirteen/yfkey-scms

Private Properties

Property Type Description
GenDynControls void
GenerateDynamicColumns void
GetDynControlID string
GetHeaderText string
GetLimitEndTime DateTime
GetToolTip string

Public Methods

Method Description
ListView ( ) : void
ListView ( bool autoPlan ) : void
Release ( ) : void
Run ( ) : void
Save ( ) : void
UpdateView ( ) : void

Protected Methods

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

Private Methods

Method Description
GenDynControls ( ) : void
GenerateDynamicColumns ( List dateList, string timePeriodType ) : void
GetDynControlID ( int colIndex ) : string
GetHeaderText ( string timePeriodType, DateTime date ) : string
GetLimitEndTime ( string timePeriodType, DateTime startTime, DateTime endTime ) : DateTime
GetToolTip ( IList ifptList ) : string

Method Details

GV_List_RowDataBound() protected method

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

ListView() public method

public ListView ( ) : void
return void

ListView() public method

public ListView ( bool autoPlan ) : void
autoPlan bool
return void

Page_Load() protected method

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

Release() public method

public Release ( ) : void
return void

Run() public method

public Run ( ) : void
return void

Save() public method

public Save ( ) : void
return void

UpdateView() public method

public UpdateView ( ) : void
return void