====== ThinkGeo.MapSuite.Mvc.MvcControlBuilderBase ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Mvc.MvcControlBuilderBase** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} MvcControlBuilderBase`2(TControl) ** * //N/A// == Remarks == * //N/A// == Parameters == * //control// * Type:TControl * Description:N/A
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Name(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TControlBuilder * Description:N/A == Parameters == * //name// * Type:String * Description:The name of the mvc control.
** {{wiki:PublicMethod.gif|}} HtmlAttributes(Dictionary) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TControlBuilder * Description:N/A == Parameters == * //htmlAttributes// * Type:Dictionary * Description:N/A
** {{wiki:PublicMethod.gif|}} ScriptFileNames(Dictionary) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TControlBuilder * Description:N/A == Parameters == * //scriptFileNames// * Type:Dictionary * Description:N/A
** {{wiki:PublicMethod.gif|}} ScriptBlocks(Dictionary) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TControlBuilder * Description:N/A == Parameters == * //scriptBlocks// * Type:Dictionary * Description:N/A
** {{wiki:PublicMethod.gif|}} StyleSheetFileNames(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TControlBuilder * Description:N/A == Parameters == * //cssFileNames// * Type:IEnumerable * Description:The css files collection.
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Control ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TControl ==== Public Events ====