User Tools

Site Tools


thinkgeo.mapsuite.core.featuresourcecolumn

This is an old revision of the document!


ThinkGeo.MapSuite.Core.FeatureSourceColumn

This class represents a column contained within a FeatureSource.

Inheritance Hierarchy

Members Summary

Public Constructors

FeatureSourceColumn

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the constructor to create a FeatureSourceColumn.

FeatureSourceColumn

  • Parameters:String
  • DeclaringType:N/A
  • Summary:This is the constructor to create a FeatureSourceColumn.

FeatureSourceColumn

  • Parameters:String,String,Int32
  • DeclaringType:N/A
  • Summary:This is the constructor to create a FeatureSourceColumn.

Protected Constructors

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

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:Returns column name of FeatureSourceColumn

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:This property returns the name of the column.

MaxLength

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

TypeName

  • Return:String
  • Summary:This property returns the type name of the column.

Protected Properties

Public Events

Public Constructors

FeatureSourceColumn()

This is the constructor to create a FeatureSourceColumn.

Remarks

This constructor is the default, but should not be used.

Parameters

FeatureSourceColumn(String)

This is the constructor to create a FeatureSourceColumn.

Remarks

This is the constructor that should be used.

Parameters

columnName

  • Type:String
  • Description:This parameter represents the name of the column. Go Back === FeatureSourceColumn(String,String,Int32) === This is the constructor to create a FeatureSourceColumn. ==== Remarks ==== This is the constructor that should be used. ==== Parameters ==== columnName * Type:String * Description:This parameter represents the name of the column.

typeName

  • Type:String
  • Description:This parameter represents the type name of the column. maxLength * Type:Int32 * Description:This parameter represents the maximum length of the column.

Go Back

Protected Constructors

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()

Returns column name of FeatureSourceColumn

Remarks

N/A

Return Value

  • Return Type:String
  • Description:Returns column name of FeatureSourceColumn

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

This property returns the name of the column.

Remarks

None

Return Value

Return Type:String

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

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

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.featuresourcecolumn.1442485727.txt.gz · Last modified: 2015/09/17 10:28 by admin