Table of Contents

Class WidgetContainer

Namespace: Casewhere.Models.Pages.Layouts.Filled
Assembly: Casewhere.Models.dll

Represents a container for a widget in a filled layout.

public class WidgetContainer : FilledContainer

Inheritance

objectFilledContainerWidgetContainer

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WidgetContainer>(WidgetContainer)

Constructors

WidgetContainer()

public WidgetContainer()

Properties

WidgetId

Gets or sets the ID of the widget.

public Guid WidgetId { get; set; }

Property Value

Guid