C# Class openhabUWP.Remote.Models.StateDescription

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

Méthodes publiques

Méthode 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 méthode

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

StateDescription() public méthode

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 méthode

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.