C# Class Epicor_Integration.SearchPart

Afficher le fichier Open project: virall/EpicorIntegration Class Usage Examples

Méthodes publiques

Свойство Type Description
_Description string
_PartNumber string

Méthodes publiques

Méthode Description
Activity ( ) : string
Desc ( ) : string
NonStock ( ) : string
OfType ( ) : string
OnHold ( ) : string
PartNo ( ) : string
SearchPart ( ) : System
SearchPart ( string initial ) : System
SearchPart_ClientSizeChanged ( object sender, EventArgs e ) : void
SearchResultGrid_DoubleClick ( object sender, EventArgs e ) : void
SortBy ( ) : string
TrackLots ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AdvSearch_CheckedChanged ( object sender, EventArgs e ) : void
CancelBtn_Click ( object sender, EventArgs e ) : void
Clearbtn_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OptionsBtn_Click ( object sender, EventArgs e ) : void
SearchBtn_Click ( object sender, EventArgs e ) : void
SearchPart_Load ( object sender, EventArgs e ) : void
SearchResultGrid_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void

Method Details

Activity() public méthode

public Activity ( ) : string
Résultat string

Desc() public méthode

public Desc ( ) : string
Résultat string

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

NonStock() public méthode

public NonStock ( ) : string
Résultat string

OfType() public méthode

public OfType ( ) : string
Résultat string

OnHold() public méthode

public OnHold ( ) : string
Résultat string

PartNo() public méthode

public PartNo ( ) : string
Résultat string

SearchPart() public méthode

public SearchPart ( ) : System
Résultat System

SearchPart() public méthode

public SearchPart ( string initial ) : System
initial string
Résultat System

SearchPart_ClientSizeChanged() public méthode

public SearchPart_ClientSizeChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

SearchResultGrid_DoubleClick() public méthode

public SearchResultGrid_DoubleClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

SortBy() public méthode

public SortBy ( ) : string
Résultat string

TrackLots() public méthode

public TrackLots ( ) : string
Résultat string

Property Details

_Description public_oe property

public string _Description
Résultat string

_PartNumber public_oe property

public string _PartNumber
Résultat string