C# Class Order.IComponent

Definieert een interface voor hardwarecomponenten.
Mostra file Open project: kajnelissen/Sedat Class Usage Examples

Protected Properties

Property Type Description
_type string

Public Methods

Method Description
IComponent ( string type ) : System

Creëert nieuwe component met meegegeven type

ToString ( ) : string

Retourneert een tekstuele weergave van deze component.

Method Details

IComponent() public method

Creëert nieuwe component met meegegeven type
public IComponent ( string type ) : System
type string Type
return System

ToString() public abstract method

Retourneert een tekstuele weergave van deze component.
public abstract ToString ( ) : string
return string

Property Details

_type protected_oe property

Type van component
protected string _type
return string