User Tools

Site Tools


thinkgeo.mapsuite.core.geodbf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.geodbf [2015/09/21 07:44]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.GeoDbf ====== 
- 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.GeoDbf** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} GeoDbf() ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoDbf(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​pathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoDbf(String,​DbfReadWriteMode) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​pathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​readWriteMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoDbf(String,​DbfReadWriteMode,​Encoding) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​pathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​readWriteMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]] 
-    * Description:​N/​A 
- 
-  * //​encoding//​ 
-    * Type:​Encoding 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoDbf(String,​DbfReadWriteMode,​Encoding,​CultureInfo) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​pathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​readWriteMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]] 
-    * Description:​N/​A 
- 
-  * //​encoding//​ 
-    * Type:​Encoding 
-    * Description:​N/​A 
- 
-  * //​cultureInfo//​ 
-    * Type:​CultureInfo 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} Dispose() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetColumn(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetColumn(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadRecord(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Dictionary<​String,​Object>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsBoolean(Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsBoolean(Int32,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsDateTime(Int32,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DateTime 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsDateTime(Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​DateTime 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsDouble(Int32,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsDouble(Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsInteger(Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsInteger(Int32,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsString(Int32,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadFieldAsString(Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​String,​Double) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​String,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​Int32,​Double) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​String,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​Int32,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​String,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​Int32,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​Int32,​DateTime) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:​DateTime 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteField(Int32,​String,​DateTime) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //value// 
-    * Type:​DateTime 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Open() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Close() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Flush() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Pack() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetColumnNumber(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetColumnName(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DeleteRecord(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} UpdateColumnName(Int32,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​newColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} UndeleteRecord(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} IsRecordDeleted(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} AddEmptyRecord() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ReadRecordAsString(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Dictionary<​String,​String>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WriteRecord(Int32,​IEnumerable<​Object>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //values// 
-    * Type:​IEnumerable<​Object>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CopyDbfHeader(String,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​sourcePathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​destinationPathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CopyDbfHeader(String,​String,​OverwriteMode) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​sourcePathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​destinationPathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​overwriteMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateDbfFile(String,​IEnumerable<​DbfColumn>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​dbfPathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​dbfColumns//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateDbfFile(String,​IEnumerable<​DbfColumn>,​OverwriteMode) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​dbfPathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​dbfColumns//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
-    * Description:​N/​A 
- 
-  * //​overwriteMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateDbfFile(String,​IEnumerable<​DbfColumn>,​OverwriteMode,​Encoding) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​dbfPathFileName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​dbfColumns//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
-    * Description:​N/​A 
- 
-  * //​overwriteMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] 
-    * Description:​N/​A 
- 
-  * //​encoding//​ 
-    * Type:​Encoding 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumns(IEnumerable<​DbfColumn>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //columns// 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumns(IEnumerable<​DbfColumn>,​Encoding) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //columns// 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
-    * Description:​N/​A 
- 
-  * //​encoding//​ 
-    * Type:​Encoding 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumnNames(IEnumerable<​String>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​String>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnNames//​ 
-    * Type:​IEnumerable<​String>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumnNames(IEnumerable<​String>,​Encoding) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​String>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnNames//​ 
-    * Type:​IEnumerable<​String>​ 
-    * Description:​N/​A 
- 
-  * //​encoding//​ 
-    * Type:​Encoding 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} OnStreamLoading(StreamLoadingEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} phQ=(FileMode,​FileAccess) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​fileMode//​ 
-    * Type:​FileMode 
-    * Description:​N/​A 
- 
-  * //​fileAccess//​ 
-    * Type:​FileAccess 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} pSw=(String,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //length// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} piw=(String,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //length// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} pyw=(String,​Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //length// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​decimalLength//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} qCw=(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} qSw=(String,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //length// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} qiw=(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} qyw=(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​columnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} rCw=(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​newDBCFileNmae//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} IsOpen ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} ColumnCount ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} RecordCount ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} PathFileName ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} ReadWriteMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]] 
- 
-** {{wiki:​PublicProperty.gif|}} Encoding ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Encoding 
- 
-** {{wiki:​PublicProperty.gif|}} CultureInfo ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​CultureInfo 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
-** {{wiki:​PublicEvent.gif|}} StreamLoading ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] 
- 
  
thinkgeo.mapsuite.core.geodbf.1442821473.txt.gz ยท Last modified: 2015/09/21 07:44 by admin