C# Class RockWeb.Blocks.Crm.PersonAttributeForms

Inheritance: Rock.Web.UI.RockBlockCustomSettings
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Свойство Type Description
PercentComplete decimal

Private Properties

Свойство 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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode 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 méthode

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.
Résultat void

LoadViewState() protected méthode

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.
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object

ShowSettings() protected méthode

Shows the settings.
protected ShowSettings ( ) : void
Résultat void

btnCancel_Click() protected méthode

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSave_Click() protected méthode

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

dlgField_SaveClick() protected méthode

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.
Résultat void

lbAddForm_Click() protected méthode

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.
Résultat void

lbNext_Click() protected méthode

protected lbNext_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

lbPrev_Click() protected méthode

protected lbPrev_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

tfeForm_AddFieldClick() public méthode

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

tfeForm_DeleteFieldClick() public méthode

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

tfeForm_DeleteFormClick() public méthode

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.
Résultat void

tfeForm_EditFieldClick() public méthode

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

tfeForm_RebindFieldClick() public méthode

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

tfeForm_ReorderFieldClick() public méthode

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

Property Details

PercentComplete public_oe property

public decimal PercentComplete
Résultat decimal