====== ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn ====== {{section>upgrade_map_suite_to_10.0}} 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.
==== 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.
** {{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 ==
** {{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 ==
** {{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 ==
==== 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 ==
** {{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 ==
==== 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 ====