This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumn [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumn [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn ====== | ====== ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Structure --> | ||
| This structure represents the DBF column definition. | 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 ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.ValueType | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn]] | + | *System.ValueType |
| + | ***ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn** | ||
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} DbfMatchingPluginColumn(String,DbfMatchingPluginColumnType,Int32) ** |
| - | | {{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 ==== | + | * //This is the constructor of this structure.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == 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 ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | | {{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 ==== | + | * //Determines whether the specified Object is equal to the current Object.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#Equals.28Object.29// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Boolean |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ColumnLength|ColumnLength]] | Int32 | | This property is the column length. | | + | * Description:True if the specified Object is equal to the current Object; otherwise, false. |
| - | | {{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 ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //obj// |
| + | * Type:Object | ||
| + | * Description:The Object to compare with the current Object. | ||
| - | ==== Public Events ==== | + | <div newline></div> |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | ===== Public Constructors ===== | + | * //Returns a formatted String that represents the current object.// |
| - | ==== DbfMatchingPluginColumn(String, DbfMatchingPluginColumnType, Int32) ==== | + | == Remarks == |
| - | This is the constructor of this structure. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#ToString.28.29// |
| - | === 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]] | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:String |
| - | ===== Public Methods ===== | + | * Description:A String that represents the current object. |
| - | ==== 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 === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| - | | obj | Object<!-- System.Object --> | The Object to compare with the current Object. | | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | <!-- System.Object(overriden) --> | + | * //Serves as a hash function for DbfMatchingPluginColumn.// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetHashCode() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#GetHashCode.28.29// |
| - | 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 === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
| + | * Description:A hash code for the current Object. | ||
| - | <!-- System.Object(overriden) --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== GetType() ==== | + | ** {{wiki:PublicMethod.gif|}} 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 === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == 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// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Type |
| - | ==== ToString() ==== | + | * Description:N/A |
| - | 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 === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ==== Protected Methods ==== | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | <!-- System.Object(overriden) --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ===== Protected Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#Finalize.28.29// |
| - | ==== 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 === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ==== MemberwiseClone() ==== | + | ** {{wiki:ProtectedMethod.gif|}} 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 === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == 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// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Object |
| - | ===== Public Properties ===== | + | * Description:N/A |
| - | ==== ColumnLength ==== | + | |
| - | This property is the column length. | + | == Parameters == |
| - | === Remarks === | + | <div newline></div> |
| - | 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> | + | ==== Public Properties ==== |
| - | === Return Value === | + | ** {{wiki:PublicProperty.gif|}} ColumnName ** |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ColumnName ==== | ||
| This property is the column name. | This property is the column name. | ||
| - | === Remarks === | + | == 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> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn#ColumnName |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:String |
| - | | String<!-- System.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 ** | ||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ColumnType ==== | ||
| This property is the column type. | This property is the column type. | ||
| - | === Remarks === | + | == 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> | + | 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 === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]] |
| - | | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType|DbfMatchingPluginColumnType]]<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn --> | + | ==== Protected Properties ==== |
| - | [[#Public Properties|Go Back]] | + | ==== Public Events ==== |
| - | ===== Protected Properties ===== | + | |
| - | ===== Public Events ===== | + | |
| - | __NOTOC__ | + | |
| - | [[Category:MapSuiteGeocoder]] | + | |
| - | [[Category:ThinkGeo.MapSuite.MapSuiteGeocoder]] | + | |
| - | [[Category:UpdateDocumentation]] | + | |