C# Class ResumeFactory.Forms.Details.FormEduBackground

Inheritance: System.Windows.Forms.Form, IRefreshable
Afficher le fichier Open project: vincentlauvlwj/FrameDAL

Méthodes publiques

Méthode Description
FormEduBackground ( ) : System
OnBringToFront ( object data ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetEduBgdByRowIndex ( int rowIndex ) : EducationBackground
InitEduBgd ( ) : void
InitializeComponent ( ) : void

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

RefreshData ( ) : void
ValueCheck ( ) : bool
btnSaveAndNew_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
dgvEduBgdList_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
linkBack_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FormEduBackground() public méthode

public FormEduBackground ( ) : System
Résultat System

OnBringToFront() public méthode

public OnBringToFront ( object data ) : void
data object
Résultat void