This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.tabdbfcolumn [2015/09/21 08:19] admin |
thinkgeo.mapsuite.portablecore.tabdbfcolumn [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.TabDbfColumn ====== | ====== ThinkGeo.MapSuite.Core.TabDbfColumn ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 10: | Line 13: | ||
| ** {{wiki:PublicMethod.gif|}} TabDbfColumn() ** | ** {{wiki:PublicMethod.gif|}} TabDbfColumn() ** | ||
| - | 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> | ||
| ** {{wiki:PublicMethod.gif|}} TabDbfColumn(String,DbfColumnType,Int32,Int32,Boolean,Boolean) ** | ** {{wiki:PublicMethod.gif|}} TabDbfColumn(String,DbfColumnType,Int32,Int32,Boolean,Boolean) ** | ||
| - | 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 50: | Line 53: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 62: | Line 65: | ||
| ** {{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 78: | Line 81: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 90: | Line 93: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 103: | Line 106: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 115: | Line 118: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 128: | Line 131: | ||
| ** {{wiki:PublicProperty.gif|}} BuildIndex ** | ** {{wiki:PublicProperty.gif|}} BuildIndex ** | ||
| - | This property returns the index of the column in the DBF. | + | * //This property returns the index of the column in the DBF.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 136: | Line 139: | ||
| ** {{wiki:PublicProperty.gif|}} UniqueIndexColumnValues ** | ** {{wiki:PublicProperty.gif|}} UniqueIndexColumnValues ** | ||
| - | This property returns the value of the column in the DBF is unique or not. | + | * //This property returns the value of the column in the DBF is unique or not.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 144: | Line 147: | ||
| ** {{wiki:PublicProperty.gif|}} ColumnType ** | ** {{wiki:PublicProperty.gif|}} ColumnType ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | * Type:[[ThinkGeo.MapSuite.Core.DbfColumnType|DbfColumnType]] | ||
| Line 152: | Line 155: | ||
| ** {{wiki:PublicProperty.gif|}} Length ** | ** {{wiki:PublicProperty.gif|}} Length ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| Line 160: | Line 163: | ||
| ** {{wiki:PublicProperty.gif|}} DecimalLength ** | ** {{wiki:PublicProperty.gif|}} DecimalLength ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| Line 168: | Line 171: | ||
| ** {{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 176: | Line 179: | ||
| ** {{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 184: | Line 187: | ||
| ** {{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 | ||