C# Class openhabUWP.Remote.Models.EventPayload

Datei anzeigen Open project: altima/openhabUWP Class Usage Examples

Public Methods

Method Description
EventPayload ( ) : System
EventPayload ( string type, string value ) : System
EventPayload ( string type, string value, string oldType, string oldValue ) : System

Method Details

EventPayload() public method

public EventPayload ( ) : System
return System

EventPayload() public method

public EventPayload ( string type, string value ) : System
type string
value string
return System

EventPayload() public method

public EventPayload ( string type, string value, string oldType, string oldValue ) : System
type string
value string
oldType string
oldValue string
return System