C# 클래스 RockWeb.Blocks.Crm.PersonAttributeForms

상속: Rock.Web.UI.RockBlockCustomSettings
파일 보기 프로젝트 열기: NewPointe/Rockit

공개 프로퍼티들

프로퍼티 타입 설명
PercentComplete decimal

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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.

메소드 상세

AttributeForm_BlockUpdated() 보호된 메소드

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.
리턴 void

LoadViewState() 보호된 메소드

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.
리턴 void

OnInit() 보호된 메소드

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

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

SaveViewState() 보호된 메소드

protected SaveViewState ( ) : object
리턴 object

ShowSettings() 보호된 메소드

Shows the settings.
protected ShowSettings ( ) : void
리턴 void

btnCancel_Click() 보호된 메소드

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

btnSave_Click() 보호된 메소드

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

dlgField_SaveClick() 보호된 메소드

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.
리턴 void

lbAddForm_Click() 보호된 메소드

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.
리턴 void

lbNext_Click() 보호된 메소드

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

lbPrev_Click() 보호된 메소드

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

tfeForm_AddFieldClick() 공개 메소드

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

tfeForm_DeleteFieldClick() 공개 메소드

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

tfeForm_DeleteFormClick() 공개 메소드

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.
리턴 void

tfeForm_EditFieldClick() 공개 메소드

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

tfeForm_RebindFieldClick() 공개 메소드

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

tfeForm_ReorderFieldClick() 공개 메소드

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

프로퍼티 상세

PercentComplete 공개적으로 프로퍼티

public decimal PercentComplete
리턴 decimal