====== ThinkGeo.MapSuite.MvcEdition.MvcControlCollection ====== {{section>upgrade_map_suite_to_10.0}} Represents the Mvc control's factory. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.MvcEdition.MvcControlCollection** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} MvcControlCollection(HtmlHelper) ** * //Initializes a new instance of MvcControlCollection// == Remarks == * //N/A// == Parameters == * //htmlHelper// * Type:HtmlHelper * Description:The htmlHelper.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Map() ** * //Creates a new instance of Map.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Map(String) ** * //Creates a new instance of Map with specified name.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]] * Description:N/A == Parameters == * //name// * Type:String * Description:The name of the map.
** {{wiki:PublicMethod.gif|}} Map(String,Unit,Unit) ** * //Creates a new instance of Map with specified name, width and height.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]] * Description:N/A == Parameters == * //name// * Type:String * Description:The name of the map. * //width// * Type:Unit * Description:Width of the map. * //height// * Type:Unit * Description:Height of the map.
** {{wiki:PublicMethod.gif|}} Map(Map) ** * //Initializes a new Configuration with specified map object.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]] * Description:N/A == Parameters == * //map// * Type:[[ThinkGeo.MapSuite.MvcEdition.Map|Map]] * Description:The map object.
** {{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|}} WxY= ** N/A == Remarks == N/A == Return Value == * Type:HtmlHelper ==== Public Events ====