====== ThinkGeo.MapSuite.Geocoding.DbfMatchingPluginColumn ====== ===== Inheritance Hierarchy ===== *System.Object *System.ValueType ***ThinkGeo.MapSuite.Geocoding.DbfMatchingPluginColumn** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} DbfMatchingPluginColumn(String,DbfMatchingPluginColumnType,Int32) ** * //This is the constructor of this structure.// == Remarks == * //N/A// == Parameters == * //columnName// * Type:String * Description:This parameter is the column name. * //columnType// * Type:[[ThinkGeo.MapSuite.Geocoding.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) ** * //N/A// == Remarks == * //N/A// == 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() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:A String that represents the current object. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:A hash code for the current Object. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} ColumnName ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ColumnLength ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} ColumnType ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Geocoding.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]] ==== Protected Properties ==== ==== Public Events ====