====== ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase ====== {{section>upgrade_map_suite_to_10.0}} This class provides a abstract base class to defines the fluent interface for configuring the Mvc control. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.MvcEdition.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) ** Sets the names of the Mvc control. == 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) ** Sets the client css files used by the Mvc control. == 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 ** Gets the Mvc control. == Remarks == N/A == Return Value == * Type:TControl ==== Public Events ====