C# Class Order.IComponent

Definieert een interface voor hardwarecomponenten.
Afficher le fichier Open project: kajnelissen/Sedat Class Usage Examples

Protected Properties

Свойство Type Description
_type string

Méthodes publiques

Méthode 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 méthode

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

ToString() public abstract méthode

Retourneert een tekstuele weergave van deze component.
public abstract ToString ( ) : string
Résultat string

Property Details

_type protected_oe property

Type van component
protected string _type
Résultat string