C# 클래스 openhabUWP.Remote.Models.SitemapFluent

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

공개 메소드들

메소드 설명
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