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

Both sides previous revision Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumn [2015/09/22 08:31]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn ====== 
-This structure represents the DBF column definition. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.ValueType 
-      ***ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} DbfMatchingPluginColumn(String,​DbfMatchingPluginColumnType,​Int32) ** 
- 
-  * //This is the constructor of this structure.//​ 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​DbfMatchingPluginColumn.28String.2C_DbfMatchingPluginColumnType.2C_Int32.29//​ 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​This parameter is the column name. 
- 
-  * //​columnType//​ 
-    * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]] 
-    * Description:​This paramter is the column type. 
- 
-  * //​columnLength//​ 
-    * Type:Int32 
-    * Description:​This parameter is the column length. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} 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:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​True if the specified Object is equal to the current Object; otherwise, false. 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​The Object to compare with the current Object. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //Returns a formatted String that represents the current object.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​A String that represents the current object. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //Serves as a hash function for DbfMatchingPluginColumn.//​ 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​A hash code for the current Object. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} ColumnName ** 
- 
-This property is the column name. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ColumnName 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} ColumnLength ** 
- 
-This property is the column length. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​ColumnLength 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} ColumnType ** 
- 
-This property is the column type. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#​DbfMatchingPluginColumn.28String.2C_DbfMatchingPluginColumnType.2C_Int32.29 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumn.1442910708.txt.gz ยท Last modified: 2015/09/22 08:31 by admin