C# Class Schedule_DemandSchedule_ActQtyList, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
显示文件 Open project: Novthirteen/yfkey-scms

Public Properties

Property Type Description
EditEvent EventHandler,

Public Methods

Method Description
InitParamater ( string itemCode, DateTime date, DateTime effDate, bool isFlow, string flowOrLoc, bool isWinTime ) : void

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

InitParamater() public method

public InitParamater ( string itemCode, DateTime date, DateTime effDate, bool isFlow, string flowOrLoc, bool isWinTime ) : void
itemCode string
date DateTime
effDate DateTime
isFlow bool
flowOrLoc string
isWinTime bool
return void

Page_Load() protected method

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

Property Details

EditEvent public_oe property

public EventHandler, EditEvent
return EventHandler,