This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.core.tabdbfcolumn [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.Core.TabDbfColumn ====== | ||
- | |||
- | |||
- | |||
- | <!-- Class --> | ||
- | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | ||
- | **[[ThinkGeo.MapSuite.Core.FeatureSourceColumn]] | ||
- | ***[[ThinkGeo.MapSuite.Core.DbfColumn]] | ||
- | ****[[ThinkGeo.MapSuite.Core.TabDbfColumn]] | ||
- | ===== Members Summary ===== | ||
- | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TabDbfColumn()|TabDbfColumn]] | | | This method is the constructor for the DbfColumn. | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TabDbfColumn(String, DbfColumnType, Int32, Int32, Boolean, Boolean)|TabDbfColumn]] | String, [[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]], Int32, Int32, Boolean, Boolean | | This method is the constructor for the DbfColumn. | | ||
- | |||
- | ==== 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) | | | ||
- | |||
- | ==== 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}}[[#BuildIndex|BuildIndex]] | Boolean | | This property returns the index of the column in the DBF. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ColumnName|ColumnName]] | String | [[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] | This property returns the name of the column. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ColumnType|ColumnType]] | [[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | [[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]] | This property returns the type of the column in the DBF. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DecimalLength|DecimalLength]] | Int32 | [[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]] | This property returns the decimal length of the column in the DBF. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Length|Length]] | Int32 | [[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]] | This property returns the length of the column in the DBF. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxLength|MaxLength]] | Int32 | [[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] | This property returns the maximum length of the column. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TypeName|TypeName]] | String | [[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]] | This property returns the type name of the column. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#UniqueIndexColumnValues|UniqueIndexColumnValues]] | Boolean | | This property returns the value of the column in the DBF is unique or not. | | ||
- | |||
- | ==== Protected Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ==== Public Events ==== | ||
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ===== Public Constructors ===== | ||
- | ==== TabDbfColumn() ==== | ||
- | This method is the constructor for the DbfColumn. | ||
- | === Overloads === | ||
- | This is the default constructor. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ==== TabDbfColumn(String, DbfColumnType, Int32, Int32, Boolean, Boolean) ==== | ||
- | This method is the constructor for the DbfColumn. | ||
- | === Overloads === | ||
- | This constructor is intended to be used to create the object. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | columnName | String<!-- System.String --> | This parameter represents the name of the column in the DBF. | | ||
- | | columnType | [[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]]<!-- ThinkGeo.MapSuite.Core.DbfColumnType --> | This parameter represents the type of the column in the DBF. | | ||
- | | length | Int32<!-- System.Int32 --> | This parameter represents the length of the column in the DBF. | | ||
- | | decimalLength | Int32<!-- System.Int32 --> | This parameter represents the number of decimal places the column has, if it is a numeric type. | | ||
- | | buildIndex | Boolean<!-- System.Boolean --> | | | ||
- | | uniqueIndexColumnValues | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | [[#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() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | String<!-- System.String --> | | | ||
- | |||
- | === 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 ===== | ||
- | ==== BuildIndex ==== | ||
- | This property returns the index of the column in the DBF. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.TabDbfColumn --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ColumnName ==== | ||
- | This property returns the name of the column. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | String<!-- System.String --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.FeatureSourceColumn --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ColumnType ==== | ||
- | This property returns the type of the column in the DBF. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | [[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]]<!-- ThinkGeo.MapSuite.Core.DbfColumnType --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.DbfColumn --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DecimalLength ==== | ||
- | This property returns the decimal length of the column in the DBF. | ||
- | === Remarks === | ||
- | This is the number of decimal places the number represents. This is only applicable if the column type is numeric. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.DbfColumn --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Length ==== | ||
- | This property returns the length of the column in the DBF. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.DbfColumn --> | ||
- | [[#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.Core.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.Core.FeatureSourceColumn --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== UniqueIndexColumnValues ==== | ||
- | This property returns the value of the column in the DBF is unique or not. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.TabDbfColumn --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ===== Public Events ===== | ||
- | __NOTOC__ | ||
- | [[Category:MapSuiteCore]] | ||
- | [[Category:ThinkGeo.MapSuite.Core]] | ||
- | [[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.