C# Class Epicor_Integration.SearchPart

Mostrar archivo Open project: virall/EpicorIntegration Class Usage Examples

Public Properties

Property Type Description
_Description string
_PartNumber string

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public Activity ( ) : string
return string

Desc() public method

public Desc ( ) : string
return string

Dispose() protected method

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

NonStock() public method

public NonStock ( ) : string
return string

OfType() public method

public OfType ( ) : string
return string

OnHold() public method

public OnHold ( ) : string
return string

PartNo() public method

public PartNo ( ) : string
return string

SearchPart() public method

public SearchPart ( ) : System
return System

SearchPart() public method

public SearchPart ( string initial ) : System
initial string
return System

SearchPart_ClientSizeChanged() public method

public SearchPart_ClientSizeChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SearchResultGrid_DoubleClick() public method

public SearchResultGrid_DoubleClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SortBy() public method

public SortBy ( ) : string
return string

TrackLots() public method

public TrackLots ( ) : string
return string

Property Details

_Description public_oe property

public string _Description
return string

_PartNumber public_oe property

public string _PartNumber
return string