Method | Description | |
---|---|---|
BindFieldsGrid ( List |
Binds the fields grid.
|
|
GetForm ( bool expandInvalid ) : RegistrationTemplateForm |
Gets or sets the type of the workflow activity.
|
|
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 ( RegistrationTemplateForm value ) : void |
Sets the type of the workflow activity.
|
Method | 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 ( |
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, 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.
|
public BindFieldsGrid ( List |
||
formFields | List |
The fields. |
return | void |
public GetForm ( bool expandInvalid ) : RegistrationTemplateForm | ||
expandInvalid | bool | |
return | RegistrationTemplateForm |
protected OnInit ( |
||
e | An |
|
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
return | void |
public SetForm ( RegistrationTemplateForm value ) : void | ||
value | RegistrationTemplateForm | The value. |
return | void |
protected gFields_Add ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gFields_Delete ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gFields_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gFields_Rebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gFields_Reorder ( object sender, GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | GridReorderEventArgs | The |
return | void |
protected lbDeleteForm_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |