C# 클래스 openhabUWP.Remote.openhabFluent

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

공개 메소드들

메소드 설명
ToBoolean ( this input ) : bool
ToItem ( this jo ) : Item
ToMappings ( this ja ) : openhabUWP.Remote.Models.Mapping[]
ToPage ( this jo ) : Page
ToSitemap ( this jsonString ) : Sitemap
ToSitemapDetail ( this jo, Sitemap sitemap = null ) : Sitemap
ToSitemaps ( this jsonString ) : openhabUWP.Remote.Models.Sitemap[]
ToStateDescription ( this jo ) : StateDescription
ToWidget ( this jo ) : Widget
ToWidgets ( this ja ) : openhabUWP.Remote.Models.Widget[]

비공개 메소드들

메소드 설명
ToBooleanSafe ( this jo, string key ) : bool
ToWidgetsSafe ( this jo ) : JsonArray

메소드 상세

ToBoolean() 공개 정적인 메소드

public static ToBoolean ( this input ) : bool
input this
리턴 bool

ToItem() 공개 정적인 메소드

public static ToItem ( this jo ) : Item
jo this
리턴 Item

ToMappings() 공개 정적인 메소드

public static ToMappings ( this ja ) : openhabUWP.Remote.Models.Mapping[]
ja this
리턴 openhabUWP.Remote.Models.Mapping[]

ToPage() 공개 정적인 메소드

public static ToPage ( this jo ) : Page
jo this
리턴 openhabUWP.Remote.Models.Page

ToSitemap() 공개 정적인 메소드

public static ToSitemap ( this jsonString ) : Sitemap
jsonString this
리턴 openhabUWP.Remote.Models.Sitemap

ToSitemapDetail() 공개 정적인 메소드

public static ToSitemapDetail ( this jo, Sitemap sitemap = null ) : Sitemap
jo this
sitemap openhabUWP.Remote.Models.Sitemap
리턴 openhabUWP.Remote.Models.Sitemap

ToSitemaps() 공개 정적인 메소드

public static ToSitemaps ( this jsonString ) : openhabUWP.Remote.Models.Sitemap[]
jsonString this
리턴 openhabUWP.Remote.Models.Sitemap[]

ToStateDescription() 공개 정적인 메소드

public static ToStateDescription ( this jo ) : StateDescription
jo this
리턴 openhabUWP.Remote.Models.StateDescription

ToWidget() 공개 정적인 메소드

public static ToWidget ( this jo ) : Widget
jo this
리턴 openhabUWP.Remote.Models.Widget

ToWidgets() 공개 정적인 메소드

public static ToWidgets ( this ja ) : openhabUWP.Remote.Models.Widget[]
ja this
리턴 openhabUWP.Remote.Models.Widget[]