C# Класс WFA_psychometric_chart.form_export_data

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BuildingDataInfo ( ) : void

Pulls the building info country,state,city,elevation,etc

CreatingCsvFilesWithData ( ) : void

creates comma sepreated file for the values

CreatingExcelFileWithData ( ) : void

Fxn that creates an excel file for data present in it

HistoricalDataInfo ( ) : void

Pulls the historical value between particular data and id value

form_export_data ( ) : System
form_export_data_Disposed ( object sender, System e ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
CreatngTxtFileWithData ( ) : void

This files creates a csv file with certain data in it

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PullLocationInformation ( ) : void
StationDataInfo ( ) : void

Pulls the data info from the selected station,station name containst nearest station weather data

button1_Click ( object sender, EventArgs e ) : void
form_extract_data_Load ( object sender, EventArgs e ) : void

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

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

Pulls the building info country,state,city,elevation,etc
public BuildingDataInfo ( ) : void
Результат void

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

creates comma sepreated file for the values
public CreatingCsvFilesWithData ( ) : void
Результат void

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

Fxn that creates an excel file for data present in it
public CreatingExcelFileWithData ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Pulls the historical value between particular data and id value
public HistoricalDataInfo ( ) : void
Результат void

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

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

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

public form_export_data_Disposed ( object sender, System e ) : void
sender object
e System
Результат void