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

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

공개 메소드들

메소드 설명
IsColorItem ( this item ) : bool

Determines whether [is color item].

IsContactItem ( this item ) : bool

Determines whether [is contact item].

IsDateTimeItem ( this item ) : bool

Determines whether [is date time item].

IsDimmerItem ( this item ) : bool

Determines whether [is dimmer item].

IsGroupItem ( this item ) : bool

Determines whether [is group item].

IsLocationItem ( this item ) : bool

Determines whether [is location item].

IsNumberItem ( this item ) : bool

Determines whether [is number item].

IsRollershutterItem ( this item ) : bool

Determines whether [is rollershutter item].

IsSwitchItem ( this item ) : bool

Determines whether [is switch item].

SetCategory ( this item, string category ) : Item

Sets the category.

SetGroupNames ( this item, string groupNames ) : Item

Sets the group names.

SetIcon ( this item, string icon ) : Item

Sets the icon.

SetLabel ( this item, string label ) : Item

Sets the label.

SetLink ( this item, string link ) : Item

Sets the link.

SetName ( this item, string name ) : Item

Sets the name.

SetState ( this item, string state ) : Item

Sets the state.

SetStateDescription ( this item, StateDescription stateDescription ) : Item

Sets the state description.

SetTags ( this item, string tags ) : Item

Sets the tags.

SetType ( this item, string type ) : Item

Sets the type.

비공개 메소드들

메소드 설명
IsItem ( this item, string type ) : bool

Determines whether the specified type is item.

메소드 상세

IsColorItem() 공개 정적인 메소드

Determines whether [is color item].
public static IsColorItem ( this item ) : bool
item this The item.
리턴 bool

IsContactItem() 공개 정적인 메소드

Determines whether [is contact item].
public static IsContactItem ( this item ) : bool
item this The item.
리턴 bool

IsDateTimeItem() 공개 정적인 메소드

Determines whether [is date time item].
public static IsDateTimeItem ( this item ) : bool
item this The item.
리턴 bool

IsDimmerItem() 공개 정적인 메소드

Determines whether [is dimmer item].
public static IsDimmerItem ( this item ) : bool
item this The item.
리턴 bool

IsGroupItem() 공개 정적인 메소드

Determines whether [is group item].
public static IsGroupItem ( this item ) : bool
item this The item.
리턴 bool

IsLocationItem() 공개 정적인 메소드

Determines whether [is location item].
public static IsLocationItem ( this item ) : bool
item this The item.
리턴 bool

IsNumberItem() 공개 정적인 메소드

Determines whether [is number item].
public static IsNumberItem ( this item ) : bool
item this The item.
리턴 bool

IsRollershutterItem() 공개 정적인 메소드

Determines whether [is rollershutter item].
public static IsRollershutterItem ( this item ) : bool
item this The item.
리턴 bool

IsSwitchItem() 공개 정적인 메소드

Determines whether [is switch item].
public static IsSwitchItem ( this item ) : bool
item this The item.
리턴 bool

SetCategory() 공개 정적인 메소드

Sets the category.
public static SetCategory ( this item, string category ) : Item
item this The item.
category string The category.
리턴 Item

SetGroupNames() 공개 정적인 메소드

Sets the group names.
public static SetGroupNames ( this item, string groupNames ) : Item
item this The widget.
groupNames string The group names.
리턴 Item

SetIcon() 공개 정적인 메소드

Sets the icon.
public static SetIcon ( this item, string icon ) : Item
item this The item.
icon string The icon.
리턴 Item

SetLabel() 공개 정적인 메소드

Sets the label.
public static SetLabel ( this item, string label ) : Item
item this The item.
label string The label.
리턴 Item

SetLink() 공개 정적인 메소드

Sets the link.
public static SetLink ( this item, string link ) : Item
item this The item.
link string The link.
리턴 Item

SetName() 공개 정적인 메소드

Sets the name.
public static SetName ( this item, string name ) : Item
item this The item.
name string The name.
리턴 Item

SetState() 공개 정적인 메소드

Sets the state.
public static SetState ( this item, string state ) : Item
item this The item.
state string The state.
리턴 Item

SetStateDescription() 공개 정적인 메소드

Sets the state description.
public static SetStateDescription ( this item, StateDescription stateDescription ) : Item
item this The item.
stateDescription StateDescription The state description.
리턴 Item

SetTags() 공개 정적인 메소드

Sets the tags.
public static SetTags ( this item, string tags ) : Item
item this The widget.
tags string The tags.
리턴 Item

SetType() 공개 정적인 메소드

Sets the type.
public static SetType ( this item, string type ) : Item
item this The item.
type string The type.
리턴 Item