User Tools

Site Tools


thinkgeo.mapsuite.portablecore.tabdbfcolumn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

thinkgeo.mapsuite.portablecore.tabdbfcolumn [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.tabdbfcolumn [2017/03/16 21:59]
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.TabDbfColumn ====== 
- 
- 
- 
-<!-- Class --> 
-===== 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}}[[#​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.PortableCore.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.PortableCore.FeatureSourceColumn|FeatureSourceColumn]] ​  | This property returns the name of the column. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ColumnType|ColumnType]] ​  | [[ThinkGeo.MapSuite.PortableCore.DbfColumnType|DbfColumnType]] ​  | [[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]] ​  | This property returns the type of the column in the DBF.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DecimalLength|DecimalLength]] ​  | Int32   | [[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]] ​  | This property returns the decimal length of the column in the DBF.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Length|Length]] ​  | Int32   | [[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]] ​  | This property returns the length of the column in the DBF.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaxLength|MaxLength]] ​  | Int32   | [[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn|FeatureSourceColumn]] ​  | This property returns the maximum length of the column. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TypeName|TypeName]] ​  | String ​  | [[ThinkGeo.MapSuite.PortableCore.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.PortableCore.DbfColumnType|DbfColumnType]]<​!-- ThinkGeo.MapSuite.PortableCore.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.PortableCore.TabDbfColumn --> 
-[[#Public Properties|Go Back]] 
-==== ColumnName ==== 
-This property returns the name of the column. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn --> 
-[[#Public Properties|Go Back]] 
-==== ColumnType ==== 
-This property returns the type of the column in the DBF. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.PortableCore.DbfColumnType|DbfColumnType]]<​!-- ThinkGeo.MapSuite.PortableCore.DbfColumnType --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.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.PortableCore.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.PortableCore.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.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]] 
-==== 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.PortableCore.TabDbfColumn --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MapSuitePortableCore]] 
-[[Category:​ThinkGeo.MapSuite.PortableCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.portablecore.tabdbfcolumn.txt ยท Last modified: 2017/03/16 21:59 (external edit)