User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geocodegenerator

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.geocodegenerator [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.geocodegenerator [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.GeoCodeGenerator ======+====== ThinkGeo.MapSuite.Core.GeoCodeGenerator ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class generates code that recreates any given object. This class generates code that recreates any given object.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.GeoCodeGenerator]]+    ***ThinkGeo.MapSuite.Core.GeoCodeGenerator**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GeoCodeGenerator() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#GeoCodeGenerator()|GeoCodeGenerator]] ​  ​| ​   |    | Creates an instance of GeoCodeGenerator. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoCodeGenerator(GeoCodeFormatter)|GeoCodeGenerator]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCodeFormatter|GeoCodeFormatter]] ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //Creates an instance of GeoCodeGenerator.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GeoCodeGenerator(GeoCodeFormatter) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​formatter//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCodeFormatter|GeoCodeFormatter]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GenerateCode(Object) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GenerateCode(Object)|GenerateCode]] ​  | Object ​  ​| ​   | Generates code that recreates an object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GenerateCode(Object,​ String)|GenerateCode]] ​  | Object, String ​  ​| ​   | Generates code that recreates an object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GenerateCode(Object,​ Stream)|GenerateCode]] ​  | Object, Stream ​  ​| ​   | Generates code that recreates an object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //Generates code that recreates an object.// 
-^ 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}}[[#​Formatter|Formatter]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCodeFormatter|GeoCodeFormatter]] ​  ​| ​   | Gets or sets the Formatter. ​The Formatter determines what kind of program ​code will be generated  |+  * Description:The generated ​code.
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​sourceObject//​ 
 +    * Type:​Object 
 +    * Description:​The object to generate code for.
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} GenerateCode(Object,​String) **
  
-===== Public Constructors ===== +  * //Generates code that recreates ​an object.// 
-==== GeoCodeGenerator() ==== +== Remarks ​== 
-Creates ​an instance of GeoCodeGenerator+  ​* //N/A//
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== GeoCodeGenerator(GeoCodeFormatter) ​==== +  ​Type:Void 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| formatter ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCodeFormatter|GeoCodeFormatter]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoCodeFormatter --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //​sourceObject//​ 
-===== Public Methods ===== +    * Type:Object 
-==== Equals(Object) ==== +    ​* ​Description:The object to generate code for.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​pathFileName//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:String 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    ​* Description:​The path to save the generated code.
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GenerateCode(Object,Stream**
-==== GenerateCode(Object) ​==== +
-Generates code that recreates an object. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  | The generated code.   |+
  
-=== Parameters === +  * //Generates code that recreates an object.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| sourceObject ​  | Object<​!-- System.Object --> ​  | The object to generate code for.   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoCodeGenerator --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GenerateCode(Object,​ String) ==== +  * Description:N/A
-Generates code that recreates an object. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​sourceObject//​ 
-| sourceObject ​  | Object<​!-- System.Object --> ​  ​| ​The object to generate code for.   | +    * Type:Object 
-| pathFileName ​  | String<​!-- System.String --> ​  | The path to save the generated code.   |+    * Description:The object to generate code for.
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoCodeGenerator --> +  * //stream// 
-[[#Public Methods|Go Back]] +    * Type:Stream 
-==== GenerateCode(Object, ​Stream) ==== +    * Description:​The stream to save the generated ​code into.
-Generates ​code that recreates an object. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToString() **
-| sourceObject ​  | Object<!-- System.Object --  | The object to generate code for.   | +
-| stream ​  | Stream<!-- System.IO.Stream --  | The stream to save the generated code into  ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoCodeGenerator --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:String 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== 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:Boolean 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-===== Protected Methods ===== +
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Int32 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +  * //N/A//
-==== Formatter ==== +
-Gets or sets the Formatter. The Formatter determines what kind of program code will be generated. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.GeoCodeFormatter|GeoCodeFormatter]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoCodeFormatter --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoCodeGenerator --+== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Type 
-===== Protected Properties ​===== +  * Description:​N/​A 
-===== Public Events ​===== + 
-__NOTOC__ +== Parameters == 
-[[Category:MapSuitePortableCore]] +<div newline></​div
-[[Category:ThinkGeo.MapSuite.PortableCore]] +==== Protected Methods ==== 
-[[Category:​UpdateDocumentation]]+** {{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 ==== 
 +** {{wiki:PublicProperty.gif|}} Formatter ** 
 + 
 +  * //Gets or sets the Formatter. The Formatter determines what kind of program code will be generated.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.GeoCodeFormatter|GeoCodeFormatter]] 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.portablecore.geocodegenerator.1440040132.txt.gz · Last modified: 2015/09/21 08:08 (external edit)