C# Class Catel.Services.MessageService.Configuration

The configuration class.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
Configuration ( string positiveButton, MessageResult positiveResult, string negativeButton, MessageResult negativeResult ) : System

Initializes a new instance of the Configuration class.

Method Details

Configuration() public méthode

Initializes a new instance of the Configuration class.
public Configuration ( string positiveButton, MessageResult positiveResult, string negativeButton, MessageResult negativeResult ) : System
positiveButton string The positive button text
positiveResult MessageResult The positive result
negativeButton string The negative button text
negativeResult MessageResult The negative result
Résultat System