C# Class Filters.ITest

Inheritance: IFilter
ファイルを表示 Open project: kajnelissen/Sedat Class Usage Examples

Protected Properties

Property Type Description
approval bool

Public Methods

Method Description
Approve ( int orderId, bool approval ) : void

Geeft aan of er bij het testen wel/geen fouten zijn geconstateerd.

Method Details

Approve() public method

Geeft aan of er bij het testen wel/geen fouten zijn geconstateerd.
public Approve ( int orderId, bool approval ) : void
orderId int ID van order dat is gekeurd
approval bool Goed-/afgekeurd (true/false)
return void

Property Details

approval protected_oe property

protected bool approval
return bool