This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.tabdbfcolumn [2015/09/17 10:40] admin |
thinkgeo.mapsuite.core.tabdbfcolumn [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.TabDbfColumn ====== | ====== ThinkGeo.MapSuite.Core.TabDbfColumn ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
+ | |||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
*System.Object | *System.Object | ||
Line 6: | Line 10: | ||
***ThinkGeo.MapSuite.Core.TabDbfColumn** | ***ThinkGeo.MapSuite.Core.TabDbfColumn** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} TabDbfColumn() ** |
- | **{{wiki:PublicMethod.gif|}}[[#TabDbfColumn()|TabDbfColumn]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method is the constructor for the DbfColumn. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method is the constructor for the DbfColumn.// |
- | **{{wiki:PublicMethod.gif|}}[[#TabDbfColumn(String,DbfColumnType,Int32,Int32,Boolean,Boolean)|TabDbfColumn]]** | + | == Remarks == |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]],Int32,Int32,Boolean,Boolean | + | * //None// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This method is the constructor for the DbfColumn. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} TabDbfColumn(String,DbfColumnType,Int32,Int32,Boolean,Boolean) ** |
- | === Protected Constructors === | + | * //This method is the constructor for the DbfColumn.// |
- | === Public Methods === | + | == Remarks == |
- | <div class_table> | + | * //None// |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | == Parameters == |
- | * **Parameters**:Object | + | * //columnName// |
- | * **DeclaringType**:Object | + | * Type:String |
- | * **Summary**:N/A | + | * Description:This parameter represents the name of the column in the DBF. |
- | </div> | + | |
- | <div class_table> | + | * //columnType// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] |
- | * **Parameters**:N/A | + | * Description:This parameter represents the type of the column in the DBF. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //length// |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:Int32 |
- | * **Parameters**:N/A | + | * Description:This parameter represents the length of the column in the DBF. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //decimalLength// |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * Type:Int32 |
- | * **Parameters**:N/A | + | * Description:This parameter represents the number of decimal places the column has, if it is a numeric type. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | * //buildIndex// |
- | <div class_table> | + | * Type:Boolean |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | * Description:N/A |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //uniqueIndexColumnValues// |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | * Type:Boolean |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | <div newline></div> |
- | **{{wiki:PublicProperty.gif|}}[[#BuildIndex|BuildIndex]]** | + | ==== Protected Constructors ==== |
- | * **Return**:Boolean | + | ==== Public Methods ==== |
- | * **Summary**:This property returns the index of the column in the DBF. | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | **{{wiki:PublicProperty.gif|}}[[#ColumnName|ColumnName]]** | + | * //N/A// |
- | * **Return**:String | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#ColumnType|ColumnType]]** | + | == Return Value == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | + | * Type:String |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#DecimalLength|DecimalLength]]** | + | == Parameters == |
- | * **Return**:Int32 | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | **{{wiki:PublicProperty.gif|}}[[#Length|Length]]** | + | * //N/A// |
- | * **Return**:Int32 | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#MaxLength|MaxLength]]** | + | == Return Value == |
- | * **Return**:Int32 | + | * Type:Boolean |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TypeName|TypeName]]** | + | == Parameters == |
- | * **Return**:String | + | * //obj// |
- | * **Summary**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#UniqueIndexColumnValues|UniqueIndexColumnValues]]** | + | <div newline></div> |
- | * **Return**:Boolean | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Summary**:This property returns the value of the column in the DBF is unique or not. | + | |
- | === Protected Properties === | + | * //N/A// |
- | === Public Events === | + | == Remarks == |
- | ===== Public Constructors ===== | + | * //N/A// |
- | === TabDbfColumn() === | + | |
- | This method is the constructor for the DbfColumn. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === TabDbfColumn(String,DbfColumnType,Int32,Int32,Boolean,Boolean) === | + | |
- | This method is the constructor for the DbfColumn. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **columnName** | + | |
- | * **Type**:String | + | |
- | * **Description:This parameter represents the name of the column in the DBF. | + | |
- | **columnType** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | + | * Type:Int32 |
- | * **Description:This parameter represents the type of the column in the DBF. | + | * Description:N/A |
- | **length** | + | == Parameters == |
- | * **Type**:Int32 | + | <div newline></div> |
- | * **Description:This parameter represents the length of the column in the DBF. | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | **decimalLength** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description:This parameter represents the number of decimal places the column has, if it is a numeric type. | + | * //N/A// |
- | **buildIndex** | + | == Return Value == |
- | * **Type**:Boolean | + | * Type:Type |
- | * **Description:N/A | + | * Description:N/A |
- | **uniqueIndexColumnValues** | + | == Parameters == |
- | * **Type**:Boolean | + | <div newline></div> |
- | * **Description:N/A | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | === Equals(Object) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **obj** | + | <div newline></div> |
- | * **Type**:Object | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetHashCode() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Int32 | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetType() === | + | ==== Public Properties ==== |
- | N/A | + | ** {{wiki:PublicProperty.gif|}} BuildIndex ** |
- | ==== Remarks ==== | + | |
+ | This property returns the index of the column in the DBF. | ||
+ | == Remarks == | ||
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} UniqueIndexColumnValues ** |
- | * **Return Type**:Type | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property returns the value of the column in the DBF is unique or not. |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === ToString() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ColumnType ** |
- | * **Return Type**:String | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | === Finalize() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Length ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} DecimalLength ** |
- | * **Return Type**:Object | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === BuildIndex === | ||
- | This property returns the index of the column in the DBF. | ||
- | ==== Remarks ==== | ||
N/A | N/A | ||
- | ==== Return Value ==== | + | == Remarks == |
- | **Return Type**:Boolean | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === ColumnName === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Return Value == |
- | N/A | + | * Type:Int32 |
- | ==== Return Value ==== | + | |
- | **Return Type**:String | + | |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} ColumnName ** |
- | === ColumnType === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === DecimalLength === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int32 | + | * Type:String |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} TypeName ** |
- | === Length === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | [[#Public Properties|Go Back]] | ||
- | === MaxLength === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int32 | + | * Type:String |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MaxLength ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === TypeName === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:String | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === UniqueIndexColumnValues === | + | |
- | This property returns the value of the column in the DBF is unique or not. | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Int32 |
- | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
- | ===== Protected Properties ===== | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | |