C# Класс openhabUWP.Remote.Models.SitemapFluent

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SetHomepage() публичный статический Метод

Sets the homepage.
public static SetHomepage ( this sitemap, Page homepage ) : Sitemap
sitemap this The sitemap.
homepage Page The homepage.
Результат Sitemap

SetLabel() публичный статический Метод

Sets the label.
public static SetLabel ( this sitemap, string label ) : Sitemap
sitemap this The sitemap.
label string The label.
Результат Sitemap

SetLink() публичный статический Метод

Sets the link.
public static SetLink ( this sitemap, string link ) : Sitemap
sitemap this The sitemap.
link string The link.
Результат Sitemap

SetName() публичный статический Метод

Sets the name.
public static SetName ( this sitemap, string name ) : Sitemap
sitemap this The sitemap.
name string The name.
Результат Sitemap