User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumn

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumn [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn ====== 
- 
- 
- 
-<!-- Structure --> 
-This structure represents the DBF column definition. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn</​a>​ 
-===== Inheritance Hierarchy ===== 
-*System.ValueType 
-**[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DbfMatchingPluginColumn(String,​ DbfMatchingPluginColumnType,​ Int32)|DbfMatchingPluginColumn]] ​  | String, [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]],​ Int32   ​| ​   | This is the constructor of this structure. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object(overriden) ​  | Determines whether the specified Object is equal to the current Object. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object(overriden) ​  | Serves as a hash function for DbfMatchingPluginColumn. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object(overriden) ​  | Returns a formatted String that represents the current object. ​  | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ColumnLength|ColumnLength]] ​  | Int32   ​| ​   | This property is the column length. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ColumnName|ColumnName]] ​  | String ​  ​| ​   | This property is the column name.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ColumnType|ColumnType]] ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]] ​  ​| ​   | This property is the column type.   | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== DbfMatchingPluginColumn(String,​ DbfMatchingPluginColumnType,​ Int32) ==== 
-This is the constructor of this structure. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​DbfMatchingPluginColumn.28String.2C_DbfMatchingPluginColumnType.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​DbfMatchingPluginColumn.28String.2C_DbfMatchingPluginColumnType.2C_Int32.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columnName ​  | String<​!-- System.String --> ​  | This parameter is the column name.   | 
-| columnType ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]]<​!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType --> ​  | This paramter is the column type.   | 
-| columnLength ​  | Int32<​!-- System.Int32 --> ​  | This parameter is the column length. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-Determines whether the specified Object is equal to the current Object. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​Equals.28Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  | True if the specified Object is equal to the current Object; otherwise, false. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  | The Object to compare with the current Object. ​  | 
- 
-<!-- System.Object(overriden) --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-Serves as a hash function for DbfMatchingPluginColumn. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​GetHashCode.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  | A hash code for the current Object. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​GetType.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-Returns a formatted String that represents the current object. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ToString.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  | A String that represents the current object. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​Finalize.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​MemberwiseClone.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== ColumnLength ==== 
-This property is the column length. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ColumnLength"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ColumnLength</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn --> 
-[[#Public Properties|Go Back]] 
-==== ColumnName ==== 
-This property is the column name. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ColumnName"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ColumnName</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn --> 
-[[#Public Properties|Go Back]] 
-==== ColumnType ==== 
-This property is the column type. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​DbfMatchingPluginColumn.28String.2C_DbfMatchingPluginColumnType.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​DbfMatchingPluginColumn.28String.2C_DbfMatchingPluginColumnType.2C_Int32.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]]<​!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MapSuiteGeocoder]] 
-[[Category:​ThinkGeo.MapSuite.MapSuiteGeocoder]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumn.1440040131.txt.gz ยท Last modified: 2015/09/21 07:03 (external edit)