This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.dbfcolumn [2015/09/21 08:06] admin |
thinkgeo.mapsuite.portablecore.dbfcolumn [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.DbfColumn ====== | ====== ThinkGeo.MapSuite.Core.DbfColumn ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class represents the column information specific to a DBF column. | This class represents the column information specific to a DBF column. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 10: | Line 13: | ||
| ** {{wiki:PublicMethod.gif|}} DbfColumn(String,DbfColumnType,Int32,Int32) ** | ** {{wiki:PublicMethod.gif|}} DbfColumn(String,DbfColumnType,Int32,Int32) ** | ||
| - | This method is the constructor for the DbfColumn. | + | * //This method is the constructor for the DbfColumn.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //columnName// | * //columnName// | ||
| Line 34: | Line 37: | ||
| ** {{wiki:ProtectedMethod.gif|}} DbfColumn() ** | ** {{wiki:ProtectedMethod.gif|}} DbfColumn() ** | ||
| - | This method is the constructor for the DbfColumn. | + | * //This method is the constructor for the DbfColumn.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| Line 42: | Line 45: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 54: | Line 57: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 70: | Line 73: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 82: | Line 85: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 95: | Line 98: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 107: | Line 110: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 120: | Line 123: | ||
| ** {{wiki:PublicProperty.gif|}} ColumnType ** | ** {{wiki:PublicProperty.gif|}} ColumnType ** | ||
| - | This property returns the type of the column in the DBF. | + | * //This property returns the type of the column in the DBF.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | * Type:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | ||
| Line 128: | Line 131: | ||
| ** {{wiki:PublicProperty.gif|}} Length ** | ** {{wiki:PublicProperty.gif|}} Length ** | ||
| - | This property returns the length of the column in the DBF. | + | * //This property returns the length of the column in the DBF.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| Line 136: | Line 139: | ||
| ** {{wiki:PublicProperty.gif|}} DecimalLength ** | ** {{wiki:PublicProperty.gif|}} DecimalLength ** | ||
| - | This property returns the decimal length of the column in the DBF. | + | * //This property returns the decimal length of the column in the DBF.// |
| == Remarks == | == Remarks == | ||
| - | This is the number of decimal places the number represents. This is only applicable if the column type is numeric. | + | * //This is the number of decimal places the number represents. This is only applicable if the column type is numeric.// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| Line 144: | Line 147: | ||
| ** {{wiki:PublicProperty.gif|}} ColumnName ** | ** {{wiki:PublicProperty.gif|}} ColumnName ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 152: | Line 155: | ||
| ** {{wiki:PublicProperty.gif|}} TypeName ** | ** {{wiki:PublicProperty.gif|}} TypeName ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 160: | Line 163: | ||
| ** {{wiki:PublicProperty.gif|}} MaxLength ** | ** {{wiki:PublicProperty.gif|}} MaxLength ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||