C# Class openhabUWP.Remote.openhabFluent

Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
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[]

Private Methods

Méthode Description
ToBooleanSafe ( this jo, string key ) : bool
ToWidgetsSafe ( this jo ) : JsonArray

Method Details

ToBoolean() public static méthode

public static ToBoolean ( this input ) : bool
input this
Résultat bool

ToItem() public static méthode

public static ToItem ( this jo ) : Item
jo this
Résultat Item

ToMappings() public static méthode

public static ToMappings ( this ja ) : openhabUWP.Remote.Models.Mapping[]
ja this
Résultat openhabUWP.Remote.Models.Mapping[]

ToPage() public static méthode

public static ToPage ( this jo ) : Page
jo this
Résultat openhabUWP.Remote.Models.Page

ToSitemap() public static méthode

public static ToSitemap ( this jsonString ) : Sitemap
jsonString this
Résultat openhabUWP.Remote.Models.Sitemap

ToSitemapDetail() public static méthode

public static ToSitemapDetail ( this jo, Sitemap sitemap = null ) : Sitemap
jo this
sitemap openhabUWP.Remote.Models.Sitemap
Résultat openhabUWP.Remote.Models.Sitemap

ToSitemaps() public static méthode

public static ToSitemaps ( this jsonString ) : openhabUWP.Remote.Models.Sitemap[]
jsonString this
Résultat openhabUWP.Remote.Models.Sitemap[]

ToStateDescription() public static méthode

public static ToStateDescription ( this jo ) : StateDescription
jo this
Résultat openhabUWP.Remote.Models.StateDescription

ToWidget() public static méthode

public static ToWidget ( this jo ) : Widget
jo this
Résultat openhabUWP.Remote.Models.Widget

ToWidgets() public static méthode

public static ToWidgets ( this ja ) : openhabUWP.Remote.Models.Widget[]
ja this
Résultat openhabUWP.Remote.Models.Widget[]