This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.featuresourcecolumn [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn ====== | ||
- | |||
- | |||
- | |||
- | <!-- Class --> | ||
- | This class represents a column contained within a FeatureSource. | ||
- | === Remarks === | ||
- | A FeatureSource is typically represented by a number of InternalFeatures and their column data. This column represents the characteristics of that data. | ||
- | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | ||
- | **[[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn]] | ||
- | ***[[ThinkGeo.MapSuite.PortableCore.DbfColumn]] | ||
- | ***[[ThinkGeo.MapSuite.PortableCore.TabDbfColumn]] | ||
- | ===== Members Summary ===== | ||
- | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FeatureSourceColumn()|FeatureSourceColumn]] | | | This is the constructor to create a FeatureSourceColumn. | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FeatureSourceColumn(String)|FeatureSourceColumn]] | String | | This is the constructor to create a FeatureSourceColumn. | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FeatureSourceColumn(String, String, Int32)|FeatureSourceColumn]] | String, String, Int32 | | This is the constructor to create a FeatureSourceColumn. | | ||
- | |||
- | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object(overriden) | Returns column name of FeatureSourceColumn | | ||
- | |||
- | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
- | |||
- | ==== Public Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ColumnName|ColumnName]] | String | | This property returns the name of the column. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxLength|MaxLength]] | Int32 | | This property returns the maximum length of the column. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TypeName|TypeName]] | String | | This property returns the type name of the column. | | ||
- | |||
- | ==== Protected Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ==== Public Events ==== | ||
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ===== Public Constructors ===== | ||
- | ==== FeatureSourceColumn() ==== | ||
- | This is the constructor to create a FeatureSourceColumn. | ||
- | === Overloads === | ||
- | This overload creates a FeatureSourceColumn that is empty. | ||
- | === Remarks === | ||
- | This constructor is the default, but should not be used. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ==== FeatureSourceColumn(String) ==== | ||
- | This is the constructor to create a FeatureSourceColumn. | ||
- | === Overloads === | ||
- | This overload creates a FeatureSourceColumn by specifying the column's name only. | ||
- | === Remarks === | ||
- | This is the constructor that should be used. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | columnName | String<!-- System.String --> | This parameter represents the name of the column. | | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ==== FeatureSourceColumn(String, String, Int32) ==== | ||
- | This is the constructor to create a FeatureSourceColumn. | ||
- | === Overloads === | ||
- | This overload creates a FeatureSourceColumn by specifying the column's name, type and max length. | ||
- | === Remarks === | ||
- | This is the constructor that should be used. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | columnName | String<!-- System.String --> | This parameter represents the name of the column. | | ||
- | | typeName | String<!-- System.String --> | This parameter represents the type name of the column. | | ||
- | | maxLength | Int32<!-- System.Int32 --> | This parameter represents the maximum length of the column. | | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ===== Protected Constructors ===== | ||
- | ===== Public Methods ===== | ||
- | ==== Equals(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | obj | Object<!-- System.Object --> | | | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetHashCode() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetType() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Type<!-- System.Type --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ToString() ==== | ||
- | Returns column name of FeatureSourceColumn | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | String<!-- System.String --> | Returns column name of FeatureSourceColumn | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object(overriden) --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | ==== Finalize() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== MemberwiseClone() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Object<!-- System.Object --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | ==== ColumnName ==== | ||
- | This property returns the name of the column. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | String<!-- System.String --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn --> | ||
- | [[#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<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn --> | ||
- | [[#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<!-- System.String --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ===== Public Events ===== | ||
- | __NOTOC__ | ||
- | [[Category:MapSuitePortableCore]] | ||
- | [[Category:ThinkGeo.MapSuite.PortableCore]] | ||
- | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.