====== ThinkGeo.MapSuite.Core.GeoDbf ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Core.GeoDbf** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoDbf() ** * //N/A// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} GeoDbf(String) ** * //N/A// == Remarks == * //N/A// == Parameters == * //pathFileName// * Type:String * Description:N/A
** {{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
** {{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
** {{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
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Dispose() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{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
** {{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
** {{wiki:PublicMethod.gif|}} ReadRecord(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Dictionary * Description:N/A == Parameters == * //recordNumber// * Type:Int32 * Description:N/A
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{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
** {{wiki:PublicMethod.gif|}} Open() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Close() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Flush() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Pack() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetColumnNumber(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} GetColumnName(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //columnNumber// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} DeleteRecord(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //recordNumber// * Type:Int32 * Description:N/A
** {{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
** {{wiki:PublicMethod.gif|}} UndeleteRecord(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //recordNumber// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} IsRecordDeleted(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //recordNumber// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} AddEmptyRecord() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ReadRecordAsString(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Dictionary * Description:N/A == Parameters == * //recordNumber// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} WriteRecord(Int32,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //recordNumber// * Type:Int32 * Description:N/A * //values// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{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
** {{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
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateDbfFile(String,IEnumerable) ** * //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
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateDbfFile(String,IEnumerable,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
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateDbfFile(String,IEnumerable,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
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumns(IEnumerable) ** * //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
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumns(IEnumerable,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
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumnNames(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //columnNames// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumnNames(IEnumerable,Encoding) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //columnNames// * Type:IEnumerable * Description:N/A * //encoding// * Type:Encoding * Description:N/A
==== 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
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Open(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
** {{wiki:ProtectedMethod.gif|}} AddStringField(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
** {{wiki:ProtectedMethod.gif|}} AddIntField(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
** {{wiki:ProtectedMethod.gif|}} AddDoubleColumn(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
** {{wiki:ProtectedMethod.gif|}} AddBoolColumn(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} AddMemoField(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
** {{wiki:ProtectedMethod.gif|}} AddDateField(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} AddDateTimeField(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //columnName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ChangeDBCFileName(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //newDBCFileNmae// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== 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]]