The methods of the SingleColumnFormRenderer class are listed below. For a complete list of SingleColumnFormRenderer class members, see the SingleColumnFormRenderer Members topic.
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Render | Creates an HtmlTable with two columns in it. The first column is the label for the controls and the second column contains the input control. Each row in the table is given a style class of either 'Portrate_Interview' or 'Portrate_Interviewalt'. Each label cell is given a style class of 'Portrate_Label_Control'. The input column cells are given a style class of 'Portrate_Interview'. The resulting table has a style class of 'Portrate_Interview'. Here is the result style sheet: TABLE.Portrate_Interview { } TR.Portrate_Interview { } TR.Portrate_Interviewalt { } TD.Portrate_Interview { } TD.Portrate_Label_Control { }
|
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SingleColumnFormRenderer Class | Portrate.Interview.View.Renderers Namespace