This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.featuresourcecolumn [2015/09/21 08:07] admin |
thinkgeo.mapsuite.portablecore.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 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} FeatureSourceColumn() ** | ** {{wiki:PublicMethod.gif|}} FeatureSourceColumn() ** | ||
- | This is the constructor to create a FeatureSourceColumn. | + | * //This is the constructor to create a FeatureSourceColumn.// |
== Remarks == | == Remarks == | ||
- | This constructor is the default, but should not be used. | + | * //This constructor is the default, but should not be used.// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} FeatureSourceColumn(String) ** | ** {{wiki:PublicMethod.gif|}} FeatureSourceColumn(String) ** | ||
- | This is the constructor to create a FeatureSourceColumn. | + | * //This is the constructor to create a FeatureSourceColumn.// |
== Remarks == | == Remarks == | ||
- | This is the constructor that should be used. | + | * //This is the constructor that should be used.// |
== Parameters == | == Parameters == | ||
* //columnName// | * //columnName// | ||
Line 27: | Line 30: | ||
** {{wiki:PublicMethod.gif|}} FeatureSourceColumn(String,String,Int32) ** | ** {{wiki:PublicMethod.gif|}} FeatureSourceColumn(String,String,Int32) ** | ||
- | This is the constructor to create a FeatureSourceColumn. | + | * //This is the constructor to create a FeatureSourceColumn.// |
== Remarks == | == Remarks == | ||
- | This is the constructor that should be used. | + | * //This is the constructor that should be used.// |
== Parameters == | == Parameters == | ||
* //columnName// | * //columnName// | ||
Line 48: | Line 51: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | Returns column name of FeatureSourceColumn | + | * //Returns column name of FeatureSourceColumn// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 60: | Line 63: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 76: | Line 79: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 88: | Line 91: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 101: | Line 104: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 113: | Line 116: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 126: | Line 129: | ||
** {{wiki:PublicProperty.gif|}} ColumnName ** | ** {{wiki:PublicProperty.gif|}} 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 == | ||
* Type:String | * Type:String | ||
Line 134: | Line 137: | ||
** {{wiki:PublicProperty.gif|}} TypeName ** | ** {{wiki:PublicProperty.gif|}} 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 == | ||
* Type:String | * Type:String | ||
Line 142: | Line 145: | ||
** {{wiki:PublicProperty.gif|}} MaxLength ** | ** {{wiki:PublicProperty.gif|}} MaxLength ** | ||
- | This property returns the maximum length of the column. | + | * //This property returns the maximum length of the column.// |
== Remarks == | == 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. | + | * //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 Value == | ||
* Type:Int32 | * Type:Int32 |