C# Class openhabUWP.Remote.Models.StateDescription

Exibir arquivo Open project: altima/openhabUWP Class Usage Examples

Public Methods

Method Description
StateDescription ( )

Initializes a new instance of the StateDescription class.

StateDescription ( string pattern, bool readOnly )

Initializes a new instance of the StateDescription class.

StateDescription ( string pattern, bool readOnly, string options )

Initializes a new instance of the StateDescription class.

Method Details

StateDescription() public method

Initializes a new instance of the StateDescription class.
public StateDescription ( )

StateDescription() public method

Initializes a new instance of the StateDescription class.
public StateDescription ( string pattern, bool readOnly )
pattern string The pattern.
readOnly bool if set to true [read only].

StateDescription() public method

Initializes a new instance of the StateDescription class.
public StateDescription ( string pattern, bool readOnly, string options )
pattern string The pattern.
readOnly bool if set to true [read only].
options string The options.