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

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.tabdbfcolumn [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.tabdbfcolumn [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.TabDbfColumn ======+====== ThinkGeo.MapSuite.Core.TabDbfColumn ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn]] +    *ThinkGeo.MapSuite.Core.FeatureSourceColumn 
-***[[ThinkGeo.MapSuite.PortableCore.DbfColumn]] +      *ThinkGeo.MapSuite.Core.DbfColumn 
-****[[ThinkGeo.MapSuite.PortableCore.TabDbfColumn]]+        ***ThinkGeo.MapSuite.Core.TabDbfColumn**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} TabDbfColumn() ​**
-{{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 ​==== +  * //This method is the constructor for the DbfColumn.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TabDbfColumn(String,​DbfColumnType,​Int32,​Int32,​Boolean,​Boolean) **
  
 +  * //This method is the constructor for the DbfColumn.//​
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //​columnName//​
 +    * Type:String
 +    * Description:​This parameter represents the name of the column in the DBF.
 +
 +  * //​columnType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]]
 +    * Description:​This parameter represents the type of the column in the DBF.
 +
 +  * //length//
 +    * Type:Int32
 +    * Description:​This parameter represents the length of the column in the DBF.
 +
 +  * //​decimalLength//​
 +    * Type:Int32
 +    * Description:​This parameter represents the number of decimal places the column has, if it is a numeric type.
 +
 +  * //​buildIndex//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +  * //​uniqueIndexColumnValues//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{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 ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BuildIndex|BuildIndex]] ​  | Boolean ​  ​| ​   | This property returns the index of the column in the DBF.   | +  * Description:N/A
-| {{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 ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== TabDbfColumn() ==== +  ​Type:Boolean 
-This method is the constructor for the DbfColumn. +  Description:N/A
-=== Overloads === +
-This is the default constructor. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== TabDbfColumn(String,​ DbfColumnType,​ Int32, Int32, Boolean, Boolean) ==== +  ​* //obj// 
-This method is the constructor for the DbfColumn. +    ​* Type:Object 
-=== Overloads === +    ​* Description:​N/​A
-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]] +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-===== Public Methods ===== +
-==== Equals(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== GetHashCode() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetType() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +==== Protected Methods ​==== 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object(overriden) --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Object 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div
-===== Public Properties ​===== +==== Public Properties ==== 
-==== BuildIndex ==== +** {{wiki:​PublicProperty.gif|}} BuildIndex **
-This property returns the index of the column in the DBF. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TabDbfColumn --> +  * //This property returns the index of the column ​in the DBF.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ColumnName ==== +  * //N/A// 
-This property returns the name of the column. +== Return Value == 
-=== Return Value === +  ​* ​Type:Boolean
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn --> +** {{wiki:​PublicProperty.gif|}} UniqueIndexColumnValues **
-[[#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 --> +  * //This property returns the value of the column in the DBF is unique or not.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== DecimalLength ==== +  * //N/A// 
-This property returns the decimal length ​of the column in the DBF. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Boolean
-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 --> +** {{wiki:​PublicProperty.gif|}} ColumnType **
-[[#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 --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== MaxLength ==== +  * //N/A// 
-This property returns the maximum length of the column. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]]
-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 --> +** {{wiki:​PublicProperty.gif|}} Length **
-[[#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 --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== UniqueIndexColumnValues ==== +  * //N/A// 
-This property returns the value of the column in the DBF is unique or not. +== Return Value == 
-=== Return Value === +  ​* ​Type:Int32
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TabDbfColumn --> +** {{wiki:​PublicProperty.gif|}} DecimalLength ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +  * //N/A// 
-===== Public Events ​===== +== Remarks ​== 
-__NOTOC__ +  * //N/A// 
-[[Category:MapSuitePortableCore]] +== Return Value == 
-[[Category:ThinkGeo.MapSuite.PortableCore]] +  * Type:​Int32 
-[[Category:UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} ColumnName ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} TypeName ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:String 
 + 
 +** {{wiki:PublicProperty.gif|}} MaxLength ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:Int32 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.portablecore.tabdbfcolumn.1440040133.txt.gz · Last modified: 2015/09/21 08:19 (external edit)