User Tools

Site Tools


thinkgeo.mapsuite.core.featuresourcecolumn

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.featuresourcecolumn [2015/09/17 10:28]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.FeatureSourceColumn ====== 
-This class represents a column contained within a FeatureSource. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.FeatureSourceColumn** 
-      *[[ThinkGeo.MapSuite.Core.DbfColumn]] 
-===== Members Summary ===== 
-=== Public Constructors === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​FeatureSourceColumn()|FeatureSourceColumn]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is the constructor to create a FeatureSourceColumn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​FeatureSourceColumn(String)|FeatureSourceColumn]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is the constructor to create a FeatureSourceColumn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​FeatureSourceColumn(String,​String,​Int32)|FeatureSourceColumn]]** 
-  * **Parameters**:​String,​String,​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is the constructor to create a FeatureSourceColumn. 
-</​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**:​N/​A 
-  * **Summary**:​Returns column name of FeatureSourceColumn 
-</​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|}}[[#​ColumnName|ColumnName]]** 
-  * **Return**:​String 
-  * **Summary**:​This property returns the name of the column. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​MaxLength|MaxLength]]** 
-  * **Return**:​Int32 
-  * **Summary**:​This property returns the maximum length of the column. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​TypeName|TypeName]]** 
-  * **Return**:​String 
-  * **Summary**:​This property returns the type name of the column. 
- 
-=== Protected Properties === 
-=== Public Events === 
-===== Public Constructors ===== 
-=== FeatureSourceColumn() === 
-This is the constructor to create a FeatureSourceColumn. 
-==== Remarks ==== 
-This constructor is the default, but should not be used. 
-==== Parameters ==== 
-[[#Public Constructors|Go Back]] 
-=== FeatureSourceColumn(String) === 
-This is the constructor to create a FeatureSourceColumn. 
-==== Remarks ==== 
-This is the constructor that should be used. 
-==== Parameters ==== 
-**columnName** 
-  * **Type**:​String 
-  * **Description:​This parameter represents the name of the column. 
- 
-[[#Public Constructors|Go Back]] 
-=== FeatureSourceColumn(String,​String,​Int32) === 
-This is the constructor to create a FeatureSourceColumn. 
-==== Remarks ==== 
-This is the constructor that should be used. 
-==== Parameters ==== 
-**columnName** 
-  * **Type**:​String 
-  * **Description:​This parameter represents the name of the column. 
- 
-**typeName** 
-  * **Type**:​String 
-  * **Description:​This parameter represents the type name of the column. 
- 
-**maxLength** 
-  * **Type**:​Int32 
-  * **Description:​This parameter represents the maximum length of the column. 
- 
-[[#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() === 
-Returns column name of FeatureSourceColumn 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​Returns column name of FeatureSourceColumn 
- 
-==== 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 ===== 
-=== ColumnName === 
-This property returns the name of the column. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== MaxLength === 
-This property returns the maximum length of the column. 
-==== Remarks ==== 
-The maximum length is user defined and not in any way enforced in our default FeatureSource implementation. It is mainly for display purposes or when dealing with a known Feature Source type. 
-==== Return Value ==== 
-**Return Type**:​Int32 
- 
-[[#Public Properties|Go Back]] 
-=== TypeName === 
-This property returns the type name of the column. 
-==== Remarks ==== 
-This property is freeform and the type name is not tied to anything. It is wise to try and use familiar type names such as string, integer, date, etc., although it may not fit every different type of FeatureSource. We suggest thar you avoid using this property unless you know the types beforehand or simply want them for display purposes. 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
  
thinkgeo.mapsuite.core.featuresourcecolumn.1442485727.txt.gz ยท Last modified: 2015/09/17 10:28 by admin