C# Класс ShpToSQL.MainWindow

Interaction logic for MainWindow.xaml
Наследование: System.Windows.Window, INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
GetFeatureTableFromShapefile ( string shapeFilePath ) : FeatureDataTable
ImportFromShapefile ( String shapeFilePath, String connectionString ) : String
LoadShapefile ( String shapefile ) : String
MainWindow ( ) : System
ShowShapefileDialog ( String oldState ) : String

Приватные методы

Метод Описание
Button_Click ( object sender, RoutedEventArgs e ) : void
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
Button_Click_2 ( object sender, RoutedEventArgs e ) : void
CheckFields ( ) : bool
CustomInitialization ( ) : void
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate
setControlAvailability ( bool isEnabled ) : void

Описание методов

GetFeatureTableFromShapefile() публичный Метод

public GetFeatureTableFromShapefile ( string shapeFilePath ) : FeatureDataTable
shapeFilePath string
Результат FeatureDataTable

ImportFromShapefile() публичный Метод

public ImportFromShapefile ( String shapeFilePath, String connectionString ) : String
shapeFilePath String
connectionString String
Результат String

LoadShapefile() публичный Метод

public LoadShapefile ( String shapefile ) : String
shapefile String
Результат String

MainWindow() публичный Метод

public MainWindow ( ) : System
Результат System

ShowShapefileDialog() публичный Метод

public ShowShapefileDialog ( String oldState ) : String
oldState String
Результат String