C# Class ChainOfResponsibility.NewVehicle

Afficher le fichier Open project: akshayblevel/ChainOfResponsibility-Design-Pattern Class Usage Examples

Protected Properties

Свойство Type Description
process NewVehicle

Méthodes publiques

Méthode Description
Proceed ( string request ) : void
SetProcess ( NewVehicle process ) : void

Method Details

Proceed() public abstract méthode

public abstract Proceed ( string request ) : void
request string
Résultat void

SetProcess() public méthode

public SetProcess ( NewVehicle process ) : void
process NewVehicle
Résultat void

Property Details

process protected_oe property

protected NewVehicle,ChainOfResponsibility process
Résultat NewVehicle