User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.mvccontrolcollection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.mvccontrolcollection [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.mvccontrolcollection [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.MvcControlCollection ====== ====== ThinkGeo.MapSuite.MvcEdition.MvcControlCollection ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents the Mvc control'​s factory. Represents the Mvc control'​s factory.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.MvcControlCollection]]+    ***ThinkGeo.MapSuite.MvcEdition.MvcControlCollection**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MvcControlCollection(HtmlHelper) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#MvcControlCollection(HtmlHelper)|MvcControlCollection]] ​  | HtmlHelper ​  ​| ​   | Initializes a new instance of MvcControlCollection ​  |+
  
-==== Protected Constructors ​==== +  * //​Initializes a new instance of MvcControlCollection//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  * //​htmlHelper//​ 
 +    * Type:​HtmlHelper 
 +    * Description:​The htmlHelper.
  
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Map() **
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Map()|Map]] ​  ​| ​   |    | Creates a new instance of Map.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Map(String)|Map]] ​  | String ​  ​| ​   | Creates a new instance of Map with specified name.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Map(String,​ Unit, Unit)|Map]] ​  | String, Unit, Unit   ​| ​   | Creates a new instance of Map with specified name, width and height. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Map(Map)|Map]] ​  | [[ThinkGeo.MapSuite.MvcEdition.Map|Map]] ​  ​| ​   | Initializes a new Configuration with specified map object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //Creates a new instance of Map.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]] 
 +  * Description:​N/​A
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Map(String) **
  
-==== Public Events ==== +  * //Creates a new instance of Map with specified name.// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== MvcControlCollection(HtmlHelper) ==== +  ​Type:[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]] 
-Initializes a new instance of MvcControlCollection +  * Description:​N/​A
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^ +
-| htmlHelper ​  | HtmlHelper<​!-- System.Web.Mvc.HtmlHelper --> ​  | The htmlHelper. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //name// 
-===== Public Methods ===== +    * Type:String 
-==== Equals(Object) ==== +    ​* ​Description:The name of the map.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Map(String,​Unit,​Unit) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //Creates a new instance of Map with specified name, width and height.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]] 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //name// 
-==== GetType() ​==== +    ​* ​Type:String 
-=== Return Value === +    * Description:The name of the map.
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //width// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Unit 
 +    * Description:Width of the map.
  
-<!-- System.Object --> +  * //height// 
-[[#Public Methods|Go Back]] +    * Type:Unit 
-==== Map() ==== +    * Description:​Height ​of the map.
-Creates a new instance ​of Map. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<​!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} Map(Map) **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlCollection --> +  * //​Initializes ​a new Configuration ​with specified ​map object.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Map(String) ==== +  * //N/A//
-Creates ​a new instance of Map with specified ​name+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<​!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]] 
-| name   | String<​!-- System.String --> ​  | The name of the map  ​|+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlCollection --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //map// 
-==== Map(String, Unit, Unit) ==== +    ​* ​Type:[[ThinkGeo.MapSuite.MvcEdition.Map|Map]] 
-Creates a new instance of Map with specified name, width and height. +    * Description:​The map object.
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToString() **
-| name   | String<!-- System.String --  | The name of the map.   | +
-| width   | Unit<!-- System.Web.UI.WebControls.Unit --  | Width of the map.   | +
-| height ​  | Unit<!-- System.Web.UI.WebControls.Unit --> ​  | Height of the map  ​|+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlCollection --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Map(Map) ==== +  * //N/A//
-Initializes a new Configuration with specified map object. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<​!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| map   | [[ThinkGeo.MapSuite.MvcEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.MvcEdition.Map --> ​  | The map object. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcControlCollection --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --+== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:​Int32 
-===== Public Properties ​===== +  * Description:​N/​A 
-===== Protected ​Properties ​===== + 
-===== Public Events ​===== +== Parameters == 
-__NOTOC__ +<div newline></​div
-[[Category:MvcEdition]] +** {{wiki:​PublicMethod.gif|}} GetType() ** 
-[[Category:ThinkGeo.MapSuite.MvcEdition]] + 
-[[Category:UpdateDocumentation]]+  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters ​=
 +<div newline></​div>​ 
 +==== Protected ​Methods ​===
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Object 
 +  * Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} WxY= ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:HtmlHelper 
 + 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.mvccontrolcollection.1440040131.txt.gz · Last modified: 2015/09/21 03:35 (external edit)