프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BindGrid | void | ||
BuildColumns | void | ||
GetNewBoolValue | bool? | ||
GetNewDateTimeValue | DateTime? | ||
GetNewEnumValue | |||
GetNewIntValue | int? | ||
GetNewStringValue | string | ||
GetNewValue | |||
GetValuesColumnHeader | string | ||
GetValuesSelection | void |
메소드 | 설명 | |
---|---|---|
LoadViewState ( object savedState ) : void |
Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
gValues_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gValues control.
|
|
lbMerge_Click ( object sender, |
Handles the Click event of the lbMerge control.
|
|
personCol_OnDelete ( object sender, |
Handles the OnDelete event of the personCol control.
|
|
ppAdd_SelectPerson ( object sender, |
Handles the SelectPerson event of the ppAdd control.
|
메소드 | 설명 | |
---|---|---|
BindGrid ( ) : void |
Binds the values.
|
|
BuildColumns ( ) : void |
Builds the values columns.
|
|
GetNewBoolValue ( string key, List |
||
GetNewDateTimeValue ( string key, List |
||
GetNewEnumValue ( string key, |
||
GetNewIntValue ( string key, List |
||
GetNewStringValue ( string key, List |
||
GetNewValue ( string key, List |
||
GetValuesColumnHeader ( int personId ) : string |
Gets the values column header.
|
|
GetValuesSelection ( ) : void |
Gets the values selection.
|
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
리턴 | void |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected gValues_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewRowEventArgs | The |
리턴 | void |
protected lbMerge_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected personCol_OnDelete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected ppAdd_SelectPerson ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |