C# Class openhabUWP.Remote.Models.StateDescriptionFluent

Show file Open project: altima/openhabUWP

Public Methods

Method Description
SetPattern ( this stateDescription, string pattern ) : StateDescription

Sets the pattern.

SetReadOnly ( this stateDescription, bool readOnly ) : StateDescription

Sets the read only.

Method Details

SetPattern() public static method

Sets the pattern.
public static SetPattern ( this stateDescription, string pattern ) : StateDescription
stateDescription this The state description.
pattern string The pattern.
return StateDescription

SetReadOnly() public static method

Sets the read only.
public static SetReadOnly ( this stateDescription, bool readOnly ) : StateDescription
stateDescription this The state description.
readOnly bool if set to true [read only].
return StateDescription