User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.loadingimagemaptoolsetting

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.loadingimagemaptoolsetting [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.loadingimagemaptoolsetting [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting ====== ====== ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 A setting for LoadingImageMapTool that contains APIs to set properties of LoadingImageMapToolSetting using in MVC view. A setting for LoadingImageMapTool that contains APIs to set properties of LoadingImageMapToolSetting using in MVC view.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-    * PublicKeyToken=null]] +    *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool,​ MvcEdition, ​Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null],​[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting, MvcEdition, ​Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]] 
-      * Culture=neutral +      *ThinkGeo.MapSuite.MvcEdition.MapToolSetting`2[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool, MvcEdition, ​Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null],​[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting, MvcEdition, ​Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]] 
-        * Version=9.0.0.0 +        ***ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting**
-***** MvcEdition +
-******[[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting]] +
-******* PublicKeyToken=null] +
-******** Culture=neutral +
-********* ​Version=9.0.0.0 +
-********** MvcEdition +
-***********[[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool]] +
-************ PublicKeyToken=null]] +
-************* Culture=neutral +
-************** ​Version=9.0.0.0 +
-*************** MvcEdition +
-****************[[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting]] +
-***************** PublicKeyToken=null] +
-****************** Culture=neutral +
-******************* ​Version=9.0.0.0 +
-******************** MvcEdition +
-*********************[[ThinkGeo.MapSuite.MvcEdition.MapToolSetting`2[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool]] +
-**********************[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting]]+
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} LoadingImageMapToolSetting(LoadingImageMapTool) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#LoadingImageMapToolSetting(LoadingImageMapTool)|LoadingImageMapToolSetting]] ​  | [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]] ​  ​| ​   | Initializes a new instance of the LoadingImageMapToolSetting class. ​  |+
  
-==== Protected Constructors ​==== +  * //​Initializes a new instance of the LoadingImageMapToolSetting class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  * //​mapTool//​ 
 +    * Type:​[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]] 
 +    * Description:​the map Tool which will be assigned to Element property
  
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ImageUri(Uri) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Enabled(Boolean)|Enabled]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.MapToolSetting|MapToolSetting]]<​[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]],​[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]]> ​  ​| ​   | +
-| {{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}}[[#​Height(Int32)|Height]] ​  | Int32   ​| ​   | Set height for Element property and retun the LoadingImageMapToolSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ImageUri(Uri)|ImageUri]] ​  | Uri   ​| ​   | Set imageUri for Element property and retun the LoadingImageMapToolSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Width(Int32)|Width]] ​  | Int32   ​| ​   | Set width for Element property and retun the LoadingImageMapToolSetting ​  |+
  
-==== Protected Methods ==== +  * //Set imageUri for Element property and retun the LoadingImageMapToolSetting//​ 
-^ 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.LoadingImageMapToolSetting|LoadingImageMapToolSetting]] 
 +  * Description:​The setting of LoadingImageMapToolSetting itself
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * //​imageUri//​ 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​Element|Element]] ​  | [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase|MvcElementSettingBase]]<​[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]],​[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]]> ​  ​| ​   |+    * Type:Uri 
 +    * Description:​A imageUri for Element ​property
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} Width(Int32) **
  
-===== Public Constructors ===== +  * //Set width for Element property and retun the LoadingImageMapToolSetting// 
-==== LoadingImageMapToolSetting(LoadingImageMapTool) ==== +== Remarks ​== 
-Initializes a new instance of the LoadingImageMapToolSetting ​class. +  ​* //N/A//
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| mapTool ​  | [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool --> ​  | the map Tool which will be assigned to Element property ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]] 
-===== Public Methods ===== +  * Description:​The setting of LoadingImageMapToolSetting ​itself
-==== Enabled(Boolean) ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]]<!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting ​--> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //width// 
-| isEnabled ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​A width for Element property
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MapToolSetting{ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool,​ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting--> +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Height(Int32**
-==== Equals(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //Set height for Element property and retun the LoadingImageMapToolSetting//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]] 
-==== GetHashCode() ==== +  * Description:​The setting of LoadingImageMapToolSetting itself
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​height//​ 
 +    * Type:Int32 
 +    * Description:A height for Element property
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Enabled(Boolean**
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]] 
-==== Height(Int32) ==== +  * Description:​N/​A
-Set height for Element property and retun the LoadingImageMapToolSetting +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]]<!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting --> ​  | The setting of LoadingImageMapToolSetting itself ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​isEnabled//​ 
-| height ​  | Int32<​!-- System.Int32 --> ​  ​| ​height for Element property ​  |+    * Type:Boolean 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== ImageUri(Uri==== +
-Set imageUri for Element property and retun the LoadingImageMapToolSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting --> ​  | The setting of LoadingImageMapToolSetting itself ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| imageUri ​  | Uri<!-- System.Uri --> ​  ​| ​imageUri for Element property ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Width(Int32) ==== +  * //N/A//
-Set width for Element property and retun the LoadingImageMapToolSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting|LoadingImageMapToolSetting]]<​!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting --> ​  | The setting of LoadingImageMapToolSetting itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​width for Element property ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-===== Protected Methods ===== +    ​* ​Type:Object 
-==== Finalize() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-===== Public Properties ===== +** {{wiki:​PublicMethod.gif|}} GetType() **
-===== Protected Properties ===== +
-==== Element ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]]<​!-- ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool,​ThinkGeo.MapSuite.MvcEdition.LoadingImageMapToolSetting--+  * //N/A// 
-[[#​Protected Properties|Go Back]] +== Remarks == 
-===== Public Events ​===== +  * //N/A// 
-__NOTOC__ + 
-[[Category:MvcEdition]] +== Return Value == 
-[[Category:ThinkGeo.MapSuite.MvcEdition]] +  * Type:Type 
-[[Category:​UpdateDocumentation]]+  * 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|}} Element ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.MvcEdition.LoadingImageMapTool|LoadingImageMapTool]] 
 + 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.loadingimagemaptoolsetting.1440040131.txt.gz · Last modified: 2015/09/21 03:33 (external edit)