User Tools

Site Tools


thinkgeo.mapsuite.core.csharpgeocodeformatter

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.csharpgeocodeformatter [2015/09/17 10:27]
admin
thinkgeo.mapsuite.core.csharpgeocodeformatter [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter ====== ====== ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class formats a GeoObjectModel into C# code. This class formats a GeoObjectModel into C# code.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter**       ***ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} CSharpGeoCodeFormatter() **
-**{{wiki:​PublicMethod.gif|}}[[#CSharpGeoCodeFormatter()|CSharpGeoCodeFormatter]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​Creates an instance of CSharpGeoCodeFormatter. +
-</​div>​+
  
-=== Protected Constructors === +  * //Creates an instance of CSharpGeoCodeFormatter.//​ 
-=== Public Methods === +== Remarks == 
-<div class_table>​ +  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +== Parameters == 
-  * **Parameters**:​Object +<div newline></​div>​ 
-  * **DeclaringType**:​Object +==== Protected Constructors ​==== 
-  * **Summary**:​N/​A +==== Public Methods ==== 
-</​div>​+** {{wiki:​PublicMethod.gif|}} ​Save(GeoObjectModel,​Stream) **
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Save(GeoObjectModel,​Stream)|Save]]** +  //model// 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]],Stream +    Type:​[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.GeoCodeFormatter|GeoCodeFormatter]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //stream// 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +    Type:Stream 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +<​div ​newline></​div
-<​div ​class_table+** {{wiki:PublicMethod.gif|}} ​ToString() **
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SaveCore(GeoObjectModel,​Stream)|SaveCore]]** +  * Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]],​Stream +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​Creates C# code for a GeoObjectModel and save the code into a Stream. +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-=== Protected Properties === +<div newline></​div>​ 
-=== Public Events === +** {{wiki:​PublicMethod.gif|}} Equals(Object) ​**
-===== Public Constructors ===== +
-=== CSharpGeoCodeFormatter() === +
-Creates an instance of CSharpGeoCodeFormatter. +
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-===== Protected Constructors ===== +
-===== Public Methods ===== +
-=== Equals(Object) ​=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**obj** +  * Type:Boolean 
-  ​* **Type**:Object +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetHashCode() === +  * //obj/
-N/A +    * Type:Object 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Int32 +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Save(GeoObjectModel,​Stream=== +** {{wiki:​PublicMethod.gif|}} GetType() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**model** +  * Type:Type 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**stream** +== Parameters == 
-  * **Type**:Stream +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} SaveCore(GeoObjectModel,​Stream**
  
-[[#Public Methods|Go Back]] +  * //Creates Ccode for a GeoObjectModel and save the code into a Stream./
-=== ToString() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //model// 
-===== Protected Methods ===== +    * Type:[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] 
-=== Finalize() === +    * Description:​The GeoObjectModel to generate C# code for.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//stream// 
-  **Return ​Type**:Void +    * Type:Stream 
-  * **Description**:N/A+    * Description:​The Stream to save C# code into.
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Object +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Void 
-=== SaveCore(GeoObjectModel,​Stream) === +  * Description:​N/A
-Creates C# code for a GeoObjectModel and save the code into a Stream. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-**model** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] +  * //N/A//
-  * **Description**:​The GeoObjectModel to generate C# code for.+
  
-**stream** +== Return Value == 
-  ​* **Type**:Stream +  * Type:Object 
-  ​* **Description**:The Stream to save C# code into.+  * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +== Parameters == 
-===== Public Properties ​===== +<div newline></​div>​ 
-===== Protected Properties ​===== +==== Public Properties ==== 
-===== Public Events ​=====+==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.csharpgeocodeformatter.1442485624.txt.gz · Last modified: 2015/09/17 10:27 by admin