User Tools

Site Tools


thinkgeo.mapsuite.windowsphonecore.featuresourcecolumn

ThinkGeo.MapSuite.WindowsPhoneCore.FeatureSourceColumn

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

<!– Class –> This class represents a column contained within a FeatureSource.

Remarks

A FeatureSource is typically represented by a number of InternalFeatures and their column data. This column represents the characteristics of that data.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodFeatureSourceColumn This is the constructor to create a FeatureSourceColumn.
Public MethodFeatureSourceColumn String This is the constructor to create a FeatureSourceColumn.
Public MethodFeatureSourceColumn String, String, Int32 This is the constructor to create a FeatureSourceColumn.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object(overriden) Returns column name of FeatureSourceColumn

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyColumnName String This property returns the name of the column.
Public PropertyMaxLength Int32 This property returns the maximum length of the column.
Public PropertyTypeName String This property returns the type name of the column.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

FeatureSourceColumn()

This is the constructor to create a FeatureSourceColumn.

Overloads

This overload creates a FeatureSourceColumn that is empty.

Remarks

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

Parameters

Name Type Description

Go Back

FeatureSourceColumn(String)

This is the constructor to create a FeatureSourceColumn.

Overloads

This overload creates a FeatureSourceColumn by specifying the column's name only.

Remarks

This is the constructor that should be used.

Parameters

Name Type Description
columnName String<!– System.String –> This parameter represents the name of the column.

Go Back

FeatureSourceColumn(String, String, Int32)

This is the constructor to create a FeatureSourceColumn.

Overloads

This overload creates a FeatureSourceColumn by specifying the column's name, type and max length.

Remarks

This is the constructor that should be used.

Parameters

Name Type Description
columnName String<!– System.String –> This parameter represents the name of the column.
typeName String<!– System.String –> This parameter represents the type name of the column.
maxLength Int32<!– System.Int32 –> This parameter represents the maximum length of the column.

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 –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Returns column name of FeatureSourceColumn

Return Value

Return Type Description
String<!– System.String –> Returns column name of FeatureSourceColumn

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

ColumnName

This property returns the name of the column.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.FeatureSourceColumn –> 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.WindowsPhoneCore.FeatureSourceColumn –> 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.WindowsPhoneCore.FeatureSourceColumn –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.windowsphonecore.featuresourcecolumn.txt · Last modified: 2017/03/16 21:59 (external edit)