C# 클래스 openhabUWP.Remote.Models.StateDescriptionFluent

파일 보기 프로젝트 열기: altima/openhabUWP

공개 메소드들

메소드 설명
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