Property | Type | Description | |
---|---|---|---|
BuildAttributeEdits | void | ||
FlushCampus | void | ||
SetEditMode | void | ||
ShowEditDetails | void | ||
ShowReadonlyDetails | void |
Method | Description | |
---|---|---|
ShowDetail ( int locationId ) : void |
Shows the detail.
|
|
ShowDetail ( int locationId, int parentLocationId ) : void |
Shows the detail.
|
Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnDelete_Click ( object sender, |
Handles the Click event of the btnDelete control.
|
|
btnEdit_Click ( object sender, |
Handles the Click event of the btnEdit control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
btnStandardize_Click ( object sender, |
Handles the Click event of the btnStandardize control.
|
|
ddlLocationType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlLocationType control.
|
Method | Description | |
---|---|---|
BuildAttributeEdits ( Location location, bool setValues ) : void | ||
FlushCampus ( int locationId ) : void | ||
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowEditDetails ( Location location ) : void |
Shows the edit details.
|
|
ShowReadonlyDetails ( Location location ) : void |
Shows the readonly details.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int locationId ) : void | ||
locationId | int | The location identifier. |
return | void |
public ShowDetail ( int locationId, int parentLocationId ) : void | ||
locationId | int | The location identifier. |
parentLocationId | int | The parent location identifier. |
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnStandardize_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ddlLocationType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |