User Tools

Site Tools


thinkgeo.mapsuite.core.tabdbfcolumn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.tabdbfcolumn [2015/09/17 10:40]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.TabDbfColumn ====== 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.Core.FeatureSourceColumn 
-      *ThinkGeo.MapSuite.Core.DbfColumn 
-        ***ThinkGeo.MapSuite.Core.TabDbfColumn** 
-===== Members Summary ===== 
-=== Public Constructors === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​TabDbfColumn()|TabDbfColumn]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method is the constructor for the DbfColumn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​TabDbfColumn(String,​DbfColumnType,​Int32,​Int32,​Boolean,​Boolean)|TabDbfColumn]]** 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]],​Int32,​Int32,​Boolean,​Boolean 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method is the constructor for the DbfColumn. 
-</​div>​ 
- 
-=== Protected Constructors === 
-=== Public Methods === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** 
-  * **Parameters**:​Object 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Protected Methods === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Public Properties === 
-**{{wiki:​PublicProperty.gif|}}[[#​BuildIndex|BuildIndex]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​This property returns the index of the column in the DBF. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ColumnName|ColumnName]]** 
-  * **Return**:​String 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ColumnType|ColumnType]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​DecimalLength|DecimalLength]]** 
-  * **Return**:​Int32 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Length|Length]]** 
-  * **Return**:​Int32 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​MaxLength|MaxLength]]** 
-  * **Return**:​Int32 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​TypeName|TypeName]]** 
-  * **Return**:​String 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​UniqueIndexColumnValues|UniqueIndexColumnValues]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​This property returns the value of the column in the DBF is unique or not. 
- 
-=== Protected Properties === 
-=== Public Events === 
-===== Public Constructors ===== 
-=== 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** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] 
-  * **Description:​This parameter represents the type of the column in the DBF. 
- 
-**length** 
-  * **Type**:​Int32 
-  * **Description:​This parameter represents the length of the column in the DBF. 
- 
-**decimalLength** 
-  * **Type**:​Int32 
-  * **Description:​This parameter represents the number of decimal places the column has, if it is a numeric type. 
- 
-**buildIndex** 
-  * **Type**:​Boolean 
-  * **Description:​N/​A 
- 
-**uniqueIndexColumnValues** 
-  * **Type**:​Boolean 
-  * **Description:​N/​A 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-=== Equals(Object) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**obj** 
-  * **Type**:​Object 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Int32 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Type 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== ToString() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== Finalize() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **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 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== ColumnName === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== ColumnType === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] 
- 
-[[#Public Properties|Go Back]] 
-=== DecimalLength === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Int32 
- 
-[[#Public Properties|Go Back]] 
-=== Length === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Int32 
- 
-[[#Public Properties|Go Back]] 
-=== MaxLength === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Int32 
- 
-[[#Public Properties|Go Back]] 
-=== TypeName === 
-N/A 
-==== 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 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
  
thinkgeo.mapsuite.core.tabdbfcolumn.1442486430.txt.gz ยท Last modified: 2015/09/17 10:40 by admin