C# Class openhabUWP.Remote.Models.EventPayload

Afficher le fichier Open project: altima/openhabUWP Class Usage Examples

Méthodes publiques

Méthode Description
EventPayload ( ) : System
EventPayload ( string type, string value ) : System
EventPayload ( string type, string value, string oldType, string oldValue ) : System

Method Details

EventPayload() public méthode

public EventPayload ( ) : System
Résultat System

EventPayload() public méthode

public EventPayload ( string type, string value ) : System
type string
value string
Résultat System

EventPayload() public méthode

public EventPayload ( string type, string value, string oldType, string oldValue ) : System
type string
value string
oldType string
oldValue string
Résultat System