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

파일 보기 프로젝트 열기: altima/openhabUWP 1 사용 예제들

공개 메소드들

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

메소드 상세

StateDescription() 공개 메소드

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

StateDescription() 공개 메소드

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() 공개 메소드

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.