C# Класс openhabUWP.Remote.Models.StateDescriptionFluent

Показать файл Открыть проект

Открытые методы

Метод Описание
SetPattern ( this stateDescription, string pattern ) : StateDescription

Sets the pattern.

SetReadOnly ( this stateDescription, bool readOnly ) : StateDescription

Sets the read only.

Описание методов

SetPattern() публичный статический Метод

Sets the pattern.
public static SetPattern ( this stateDescription, string pattern ) : StateDescription
stateDescription this The state description.
pattern string The pattern.
Результат StateDescription

SetReadOnly() публичный статический Метод

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].
Результат StateDescription