C# Class RockWeb.Blocks.Crm.PersonAttributeForms

Inheritance: Rock.Web.UI.RockBlockCustomSettings
Datei anzeigen Open project: NewPointe/Rockit

Public Properties

Property Type Description
PercentComplete decimal

Private Properties

Property Type Description
BuildEditControls void
BuildFormControl void
BuildViewControls void
HideDialog void
ParseEditControls void
ParseViewControls void
ReOrderFields void
RegisterClientScript void
ShowDetail void
ShowDialog void
ShowDialog void
ShowFormFieldEdit void
ShowPage void
Sm_Navigate void
SortFields void
SortForms void

Public Methods

Method Description
tfeForm_AddFieldClick ( object sender, AttributeFormFieldEventArg e ) : void

Tfes the form_ add attribute click.

tfeForm_DeleteFieldClick ( object sender, AttributeFormFieldEventArg e ) : void

Tfes the form_ delete attribute click.

tfeForm_DeleteFormClick ( object sender, EventArgs e ) : void

Handles the DeleteFormClick event of the tfeForm control.

tfeForm_EditFieldClick ( object sender, AttributeFormFieldEventArg e ) : void

Tfes the form_ edit attribute click.

tfeForm_RebindFieldClick ( object sender, AttributeFormFieldEventArg e ) : void

Tfes the form_ rebind attribute click.

tfeForm_ReorderFieldClick ( object sender, AttributeFormFieldEventArg e ) : void

Tfes the form_ reorder attribute click.

Protected Methods

Method Description
AttributeForm_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the AttributeForm control.

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 ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
SaveViewState ( ) : object
ShowSettings ( ) : void

Shows the settings.

btnCancel_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
dlgField_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgField control.

lbAddForm_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddForm control.

lbNext_Click ( object sender, EventArgs e ) : void
lbPrev_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildEditControls ( bool setValues = false, System.Guid activeFormGuid = null ) : void

Builds the controls.

BuildFormControl ( Control parentControl, bool setValues, AttributeForm form, System.Guid activeFormGuid = null, bool showInvalid = false ) : void

Builds the form control.

BuildViewControls ( bool setValues ) : void
HideDialog ( ) : void

Hides the dialog.

ParseEditControls ( ) : void

Parses the controls.

ParseViewControls ( ) : void
ReOrderFields ( List fieldList ) : void

Reorder fields.

RegisterClientScript ( ) : void

Registers the client script.

ShowDetail ( ) : void
ShowDialog ( bool setValues = false ) : void

Shows the dialog.

ShowDialog ( string dialog, bool setValues = false ) : void

Shows the dialog.

ShowFormFieldEdit ( System.Guid formGuid, System.Guid formFieldGuid ) : void

Shows the form field edit.

ShowPage ( ) : void
Sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void
SortFields ( List fieldList, int oldIndex, int newIndex ) : void

Sorts the fields.

SortForms ( System.Guid guid, int newIndex ) : void

Sorts the forms.

Method Details

AttributeForm_BlockUpdated() protected method

Handles the BlockUpdated event of the AttributeForm control.
protected AttributeForm_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

LoadViewState() protected method

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

SaveViewState() protected method

protected SaveViewState ( ) : object
return object

ShowSettings() protected method

Shows the settings.
protected ShowSettings ( ) : void
return void

btnCancel_Click() protected method

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnSave_Click() protected method

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

dlgField_SaveClick() protected method

Handles the SaveClick event of the dlgField control.
protected dlgField_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbAddForm_Click() protected method

Handles the Click event of the lbAddForm control.
protected lbAddForm_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbNext_Click() protected method

protected lbNext_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lbPrev_Click() protected method

protected lbPrev_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

tfeForm_AddFieldClick() public method

Tfes the form_ add attribute click.
public tfeForm_AddFieldClick ( object sender, AttributeFormFieldEventArg e ) : void
sender object The sender.
e AttributeFormFieldEventArg The e.
return void

tfeForm_DeleteFieldClick() public method

Tfes the form_ delete attribute click.
public tfeForm_DeleteFieldClick ( object sender, AttributeFormFieldEventArg e ) : void
sender object The sender.
e AttributeFormFieldEventArg The e.
return void

tfeForm_DeleteFormClick() public method

Handles the DeleteFormClick event of the tfeForm control.
public tfeForm_DeleteFormClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

tfeForm_EditFieldClick() public method

Tfes the form_ edit attribute click.
public tfeForm_EditFieldClick ( object sender, AttributeFormFieldEventArg e ) : void
sender object The sender.
e AttributeFormFieldEventArg The e.
return void

tfeForm_RebindFieldClick() public method

Tfes the form_ rebind attribute click.
public tfeForm_RebindFieldClick ( object sender, AttributeFormFieldEventArg e ) : void
sender object The sender.
e AttributeFormFieldEventArg The e.
return void

tfeForm_ReorderFieldClick() public method

Tfes the form_ reorder attribute click.
public tfeForm_ReorderFieldClick ( object sender, AttributeFormFieldEventArg e ) : void
sender object The sender.
e AttributeFormFieldEventArg The e.
return void

Property Details

PercentComplete public_oe property

public decimal PercentComplete
return decimal