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
thinkgeo.mapsuite.core.featuresourcecolumn [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.FeatureSourceColumn ====== ====== ThinkGeo.MapSuite.Core.FeatureSourceColumn ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a column contained within a FeatureSource. This class represents a column contained within a FeatureSource.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       *[[ThinkGeo.MapSuite.Core.DbfColumn]]       *[[ThinkGeo.MapSuite.Core.DbfColumn]]
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} FeatureSourceColumn() **
-**{{wiki:​PublicMethod.gif|}}[[#FeatureSourceColumn()|FeatureSourceColumn]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor to create a FeatureSourceColumn. +
-</​div>​+
  
-<​div ​class_table+  * //This is the constructor to create a FeatureSourceColumn.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#FeatureSourceColumn(String)|FeatureSourceColumn]]** +== Remarks == 
-  * **Parameters**:​String +  * //This constructor is the default, but should not be used.// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is the constructor to create a FeatureSourceColumn. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} FeatureSourceColumn(String) **
  
-<div class_table>​ +  ​//This is the constructor to create a FeatureSourceColumn.// 
-**{{wiki:​PublicMethod.gif|}}[[#​FeatureSourceColumn(String,​String,​Int32)|FeatureSourceColumn]]** +== Remarks == 
-  * **Parameters**:​String,​String,​Int32 +  * //This is the constructor that should be used.// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:​This ​is the constructor to create a FeatureSourceColumn. +  * //​columnName//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter represents ​the name of the column.
  
-=== Protected Constructors === +<​div ​newline></​div
-=== Public Methods === +** {{wiki:​PublicMethod.gif|}} ​FeatureSourceColumn(String,​String,​Int32) **
-<​div ​class_table+
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +
-  * **Parameters**:​Object +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This is the constructor to create a FeatureSourceColumn.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:N/A +  * //This is the constructor that should be used.// 
-  * **DeclaringType**:Object +== Parameters ​== 
-  * **Summary**:N/A +  ​* //​columnName//​ 
-</​div>​+    Type:String 
 +    Description:This parameter represents the name of the column.
  
-<div class_table>​ +  ​* //typeName// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +    Type:String 
-  * **Parameters**:​N/A +    Description:This parameter represents the type name of the column.
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​maxLength//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +    Type:Int32 
-  * **Parameters**:​N/A +    Description:This parameter represents the maximum length of the column.
-  * **DeclaringType**:N/A +
-  * **Summary**:Returns ​column ​name of FeatureSourceColumn +
-</​div>​+
  
-=== Protected Methods === +<div newline></​div>​ 
-<div class_table>​ +==== Protected ​Constructors ==== 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +==== Public ​Methods ==== 
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​ToString() **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​* //Returns column name of FeatureSourceColumn//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​ColumnName|ColumnName]]** +  * Type:String 
-  * **Return**:String +  * Description:Returns column ​name of FeatureSourceColumn
-  * **Summary**:This property returns the name of the column.+
  
-**{{wiki:PublicProperty.gif|}}[[#​MaxLength|MaxLength]]** +== Parameters == 
-  * **Return**:​Int32 +<div newline></​div>​ 
-  * **Summary**:​This property returns the maximum length of the column.+** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​TypeName|TypeName]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​This property returns the type name of the column.+  * //N/A//
  
-=== Protected Properties === +== Return Value == 
-=== Public Events === +  * Type:Boolean 
-===== Public Constructors ===== +  * Description:​N/A
-=== 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]] +== Parameters == 
-=== FeatureSourceColumn(String,​String,​Int32) === +  //obj// 
-This is the constructor to create a FeatureSourceColumn. +    * Type:Object 
-==== Remarks ==== +    * Description:​N/A
-This is the constructor that should be used. +
-==== Parameters ​==== +
-**columnName** +
-  * **Type**:String +
-  * **Description:​This parameter represents the name of the column.+
  
-**typeName** +<div newline></​div>​ 
-  * **Type**:String +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description:​This parameter represents the type name of the column.+
  
-**maxLength** +  ​//N/A// 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description:​This parameter represents the maximum length of the column.+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:Int32 
-===== Public Methods ===== +  * Description:​N/A
-=== Equals(Object) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetType() ​**
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetHashCode() === +  * Type:Type 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Int32 +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-Returns column name of FeatureSourceColumn +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​Returns column name of FeatureSourceColumn+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Object 
-===== Protected Methods ===== +  * Description:​N/A
-=== Finalize() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} ColumnName ​**
  
-==== 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. This property returns the name of the column.
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} TypeName ​**
-=== 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. This property returns the type name of the column.
-==== Remarks ​====+== 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. 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 Value == 
-**Return ​Type**:String+  * Type:String 
 + 
 +** {{wiki:PublicProperty.gif|}} 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 == 
 +  * Type:Int32
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.featuresourcecolumn.1442485727.txt.gz · Last modified: 2015/09/17 10:28 by admin