C# Class openhabUWP.Remote.Models.SitemapFluent

Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
SetHomepage ( this sitemap, Page homepage ) : Sitemap

Sets the homepage.

SetLabel ( this sitemap, string label ) : Sitemap

Sets the label.

SetLink ( this sitemap, string link ) : Sitemap

Sets the link.

SetName ( this sitemap, string name ) : Sitemap

Sets the name.

Method Details

SetHomepage() public static méthode

Sets the homepage.
public static SetHomepage ( this sitemap, Page homepage ) : Sitemap
sitemap this The sitemap.
homepage Page The homepage.
Résultat Sitemap

SetLabel() public static méthode

Sets the label.
public static SetLabel ( this sitemap, string label ) : Sitemap
sitemap this The sitemap.
label string The label.
Résultat Sitemap

SetLink() public static méthode

Sets the link.
public static SetLink ( this sitemap, string link ) : Sitemap
sitemap this The sitemap.
link string The link.
Résultat Sitemap

SetName() public static méthode

Sets the name.
public static SetName ( this sitemap, string name ) : Sitemap
sitemap this The sitemap.
name string The name.
Résultat Sitemap