User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.editsettings

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.editsettings [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.editsettings [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.EditSettings ====== ====== ThinkGeo.MapSuite.MvcEdition.EditSettings ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Provides editing options when the EditOverlay is in EditShape mode. Provides editing options when the EditOverlay is in EditShape mode.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.EditSettings]]+    ***ThinkGeo.MapSuite.MvcEdition.EditSettings**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} EditSettings() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#EditSettings()|EditSettings]] ​  ​| ​   |    | Initialize an instance of the EditSetting class. ​  |+
  
 +  * //​Initialize an instance of the EditSetting class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToJson() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FromJson(String)|FromJson]] ​  | String ​  ​| ​   | Load this object from a json string. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] ​  ​| ​   |    | Returns a JSON string that contains the information for setting the edit mode at client side.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //Returns a JSON string that contains the information for setting the edit mode at client side.// 
-^ 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:String 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​IsDraggable|IsDraggable]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether the shape can be dragged. ​  | +  * Description:A JSON string ​that is used to set the edit mode at client side.
-| {{wiki:PublicProperty.gif|Public Property}}[[#​IsReshapable|IsReshapable]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether the shape can be reshaped. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsResizable|IsResizable]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether the shape can be resized. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsRotatable|IsRotatable]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether ​the shape can be rotated  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} FromJson(String) **
  
-==== Public Events ==== +  * //Load this object from a json string.// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== EditSettings() ==== +  ​Type:Void 
-Initialize an instance of the EditSetting class. +  Description:N/A
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //​jsonString//​ 
-===== Public Methods ===== +    ​* ​Type:String 
-==== Equals(Object) ==== +    ​* Description:​a json string
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToString() **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FromJson(String) ==== +  * //N/A//
-Load this object from a json string. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| jsonString ​  | String<​!-- System.String --> ​  | a json string ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.EditSettings --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetHashCode() ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== ToJson() ==== +
-Returns a JSON string that contains the information for setting the edit mode at client side. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  | A JSON string that is used to set the edit mode at client side.   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.MvcEdition.EditSettings --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +==== Protected Methods ​==== 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  ​Type ​ ​Description ​^+== 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 ==== 
 +** {{wiki:​PublicProperty.gif|}} IsDraggable **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== IsDraggable ==== 
 Gets a value that indicates whether the shape can be dragged. Gets a value that indicates whether the shape can be dragged.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-Boolean<!-- System.Boolean --> ​  |+== Return Value == 
 +  ​* ​Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsReshapable **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.EditSettings --> 
-[[#Public Properties|Go Back]] 
-==== IsReshapable ==== 
 Gets a value that indicates whether the shape can be reshaped. Gets a value that indicates whether the shape can be reshaped.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-Boolean<!-- System.Boolean --> ​  |+== Return Value == 
 +  ​* ​Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsResizable **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.EditSettings --> 
-[[#Public Properties|Go Back]] 
-==== IsResizable ==== 
 Gets a value that indicates whether the shape can be resized. Gets a value that indicates whether the shape can be resized.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-Boolean<!-- System.Boolean --> ​  |+== Return Value == 
 +  ​* ​Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsRotatable **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.EditSettings --> 
-[[#Public Properties|Go Back]] 
-==== IsRotatable ==== 
 Gets a value that indicates whether the shape can be rotated. Gets a value that indicates whether the shape can be rotated.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Boolean<​!-- System.Boolean ​--> ​  |+== Return Value == 
 +  ​* ​Type:Boolean
  
-<!-- ThinkGeo.MapSuite.MvcEdition.EditSettings --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MvcEdition]] +
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.mvcedition.editsettings.1440040131.txt.gz · Last modified: 2015/09/21 03:32 (external edit)