openhabUWP.Remote.Models.Widget.Widget C# (CSharp) Method

Widget() public method

Initializes a new instance of the Widget class.
public Widget ( ) : System
return System
        public Widget()
        {
            if (!DesignMode.DesignModeEnabled) this.Widgets = new List<Widget>();
            this.Item = new Item();
            this.LinkedPage = new Page();
            this.Mappings = new Mapping[0];
        }

Same methods

Widget::Widget ( string widgetId, string label, string type, string icon ) : System