C# Класс BKI_DichVuMatDat.CHRMCommon

Показать файл Открыть проект

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

Метод Описание
ExportExcel ( BandedGridView ip_grv ) : void
ExportExcel ( GridView ip_grv ) : void
ExportExcelWithFileName ( BandedGridView ip_grv, string ip_str_file_name ) : void
ExportExcelWithFileName ( GridView ip_grv, string ip_str_file_name ) : void
SelectRowInGrid ( GridView pview, string pColumnName, decimal pValue ) : void
TinhTuoi ( System.DateTime ip_dat_ngay_sinh ) : int
format_text_2_money ( TextBox ip_m_txt ) : void
gen_ma_nhan_vien ( ) : string
gen_version ( ) : string
get_first_day_of_month ( System.DateTime ip_dat_current_date ) : System.DateTime
get_first_day_of_month ( int ip_int_month ) : System.DateTime
get_last_day_of_month ( System.DateTime ip_dat_current_date ) : System.DateTime
get_last_day_of_month ( int ip_int_month ) : System.DateTime
make_stt ( DevExpress ip_grv ) : void
make_stt_indicator ( DevExpress ip_grv ) : void

Trả về danh sách các nhân viên được quyền chọn theo user người sử dụng

thang_da_chot_bang_luong ( System.DateTime ip_dat ) : bool
thang_da_chot_bang_luong ( decimal ip_dc_thang, decimal ip_dc_nam ) : bool
validate_control_empty ( ) : bool

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

Метод Описание
GetRowHandleByColumnValue ( GridView view, string ColumnFieldName, object value ) : int
ip_grv_CustomDrawRowIndicator ( object sender, DevExpress e ) : void
ip_grv_CustomUnboundColumnData ( object sender, DevExpress e ) : void

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

ExportExcel() публичный статический Метод

public static ExportExcel ( BandedGridView ip_grv ) : void
ip_grv BandedGridView
Результат void

ExportExcel() публичный статический Метод

public static ExportExcel ( GridView ip_grv ) : void
ip_grv GridView
Результат void

ExportExcelWithFileName() публичный статический Метод

public static ExportExcelWithFileName ( BandedGridView ip_grv, string ip_str_file_name ) : void
ip_grv BandedGridView
ip_str_file_name string
Результат void

ExportExcelWithFileName() публичный статический Метод

public static ExportExcelWithFileName ( GridView ip_grv, string ip_str_file_name ) : void
ip_grv GridView
ip_str_file_name string
Результат void

SelectRowInGrid() публичный статический Метод

public static SelectRowInGrid ( GridView pview, string pColumnName, decimal pValue ) : void
pview GridView
pColumnName string
pValue decimal
Результат void

TinhTuoi() публичный статический Метод

public static TinhTuoi ( System.DateTime ip_dat_ngay_sinh ) : int
ip_dat_ngay_sinh System.DateTime
Результат int

format_text_2_money() публичный статический Метод

public static format_text_2_money ( TextBox ip_m_txt ) : void
ip_m_txt System.Windows.Forms.TextBox
Результат void

gen_ma_nhan_vien() публичный статический Метод

public static gen_ma_nhan_vien ( ) : string
Результат string

gen_version() публичный статический Метод

public static gen_version ( ) : string
Результат string

get_first_day_of_month() публичный статический Метод

public static get_first_day_of_month ( System.DateTime ip_dat_current_date ) : System.DateTime
ip_dat_current_date System.DateTime
Результат System.DateTime

get_first_day_of_month() публичный статический Метод

public static get_first_day_of_month ( int ip_int_month ) : System.DateTime
ip_int_month int
Результат System.DateTime

get_last_day_of_month() публичный статический Метод

public static get_last_day_of_month ( System.DateTime ip_dat_current_date ) : System.DateTime
ip_dat_current_date System.DateTime
Результат System.DateTime

get_last_day_of_month() публичный статический Метод

public static get_last_day_of_month ( int ip_int_month ) : System.DateTime
ip_int_month int
Результат System.DateTime

make_stt() публичный статический Метод

public static make_stt ( DevExpress ip_grv ) : void
ip_grv DevExpress
Результат void

make_stt_indicator() публичный статический Метод

Trả về danh sách các nhân viên được quyền chọn theo user người sử dụng
public static make_stt_indicator ( DevExpress ip_grv ) : void
ip_grv DevExpress
Результат void

thang_da_chot_bang_luong() публичный статический Метод

public static thang_da_chot_bang_luong ( System.DateTime ip_dat ) : bool
ip_dat System.DateTime
Результат bool

thang_da_chot_bang_luong() публичный статический Метод

public static thang_da_chot_bang_luong ( decimal ip_dc_thang, decimal ip_dc_nam ) : bool
ip_dc_thang decimal
ip_dc_nam decimal
Результат bool

validate_control_empty() публичный статический Метод

public static validate_control_empty ( ) : bool
Результат bool