C# Class openhabUWP.Remote.Models.SitemapFluent

Show file Open project: altima/openhabUWP

Public Methods

Method 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 method

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

SetLabel() public static method

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

SetLink() public static method

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

SetName() public static method

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