User Tools

Site Tools


thinkgeo.mapsuite.core.dbfcolumn

This is an old revision of the document!


ThinkGeo.MapSuite.Core.DbfColumn

This class represents the column information specific to a DBF column.

Inheritance Hierarchy

Members Summary

Public Constructors

DbfColumn

  • Parameters:String,DbfColumnType,Int32,Int32
  • DeclaringType:N/A
  • Summary:This method is the constructor for the DbfColumn.

Protected Constructors

DbfColumn

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method is the constructor for the DbfColumn.

Public Methods

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

Protected Methods

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

ColumnName

  • Return:String
  • Summary:N/A

ColumnType

  • Summary:This property returns the type of the column in the DBF.

DecimalLength

  • Return:Int32
  • Summary:This property returns the decimal length of the column in the DBF.

Length

  • Return:Int32
  • Summary:This property returns the length of the column in the DBF.

MaxLength

  • Return:Int32
  • Summary:N/A

TypeName

  • Return:String
  • Summary:N/A

Protected Properties

Public Events

Public Constructors

DbfColumn(String,DbfColumnType,Int32,Int32)

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: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.

Go Back

Protected Constructors

DbfColumn()

This method is the constructor for the DbfColumn.

Remarks

None

Parameters

Public Methods

Equals(Object)

N/A

Remarks

N/A

Return Value

  • Return Type:Boolean
  • Description:N/A

Parameters

obj

  • Type:Object
  • Description:N/A

Go Back

GetHashCode()

N/A

Remarks

N/A

Return Value

  • Return Type:Int32
  • Description:N/A

Parameters

GetType()

N/A

Remarks

N/A

Return Value

  • Return Type:Type
  • Description:N/A

Parameters

ToString()

N/A

Remarks

N/A

Return Value

  • Return Type:String
  • Description:N/A

Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value

  • Return Type:Object
  • Description:N/A

Parameters

Public Properties

ColumnName

N/A

Remarks

N/A

Return Value

Return Type:String

Go Back

ColumnType

This property returns the type of the column in the DBF.

Remarks

None

Return Value

Return Type:DbfColumnType

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

Go Back

Length

This property returns the length of the column in the DBF.

Remarks

None

Return Value

Return Type:Int32

Go Back

MaxLength

N/A

Remarks

N/A

Return Value

Return Type:Int32

Go Back

TypeName

N/A

Remarks

N/A

Return Value

Return Type:String

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.dbfcolumn.1442485635.txt.gz · Last modified: 2015/09/17 10:27 by admin