C# Class RockWeb.Blocks.Crm.PersonAttributeFormEditor

Inheritance: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
Afficher le fichier Open project: NewPointe/Rockit Class Usage Examples

Méthodes publiques

Méthode Description
BindFieldsGrid ( List formFields ) : void

Binds the fields grid.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

SetForm ( AttributeForm value ) : void

Sets the type of the workflow activity.

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

OnInit ( EventArgs e ) : void

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

gFields_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gFields control.

gFields_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gFields control.

gFields_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gFields control.

gFields_Rebind ( object sender, EventArgs e ) : void

Handles the Rebind event of the gFields control.

gFields_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the Reorder event of the gFields control.

lbDeleteForm_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDeleteForm control.

Method Details

BindFieldsGrid() public méthode

Binds the fields grid.
public BindFieldsGrid ( List formFields ) : void
formFields List The fields.
Résultat void

CreateChildControls() protected méthode

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
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

RenderControl() public méthode

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
Résultat void

SetForm() public méthode

Sets the type of the workflow activity.
public SetForm ( AttributeForm value ) : void
value AttributeForm The value.
Résultat void

gFields_Add() protected méthode

Handles the Add event of the gFields control.
protected gFields_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

gFields_Delete() protected méthode

Handles the Delete event of the gFields control.
protected gFields_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gFields_Edit() protected méthode

Handles the Edit event of the gFields control.
protected gFields_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gFields_Rebind() protected méthode

Handles the Rebind event of the gFields control.
protected gFields_Rebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

gFields_Reorder() protected méthode

Handles the Reorder event of the gFields control.
protected gFields_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
Résultat void

lbDeleteForm_Click() protected méthode

Handles the Click event of the lbDeleteForm control.
protected lbDeleteForm_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