Table of Contents

Class WidgetContainerComponent

Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll

Represents a widget container component in the form builder.

public class WidgetContainerComponent : FormComponent

Inheritance

objectFormComponentWidgetContainerComponent

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<WidgetContainerComponent>(WidgetContainerComponent)

Constructors

WidgetContainerComponent()

public WidgetContainerComponent()

Properties

ClientEnabled

Gets or sets the client-side enabled rule of the widget container.

public string ClientEnabled { get; set; }

Property Value

string

ClientVisible

Gets or sets the client-side visible rule of the widget container.

public string ClientVisible { get; set; }

Property Value

string

CssClass

Gets or sets the CSS class of the widget container.

public string CssClass { get; set; }

Property Value

string

DisplayType

Gets or sets the display type of the widget container.

public WidgetContainerDisplayType DisplayType { get; set; }

Property Value

WidgetContainerDisplayType

Enabled

Gets or sets the enabled rule of the widget container.

public EnabledRule Enabled { get; set; }

Property Value

EnabledRule

Events

Gets or sets the list of events for the widget container.

public IList<ComponentEvent> Events { get; set; }

Property Value

IList<ComponentEvent>

Height

Gets or sets the height of the widget container.

public int? Height { get; set; }

Property Value

int?

Parameters

Gets or sets the list of parameters for the widget container.

public IList<WidgetParameter> Parameters { get; set; }

Property Value

IList<WidgetParameter>

Position

Gets or sets the position of the widget container.

public ComponentPosition Position { get; set; }

Property Value

ComponentPosition

ReadOnly

Gets or sets the read-only rule of the widget container.

public ReadOnlyRule ReadOnly { get; set; }

Property Value

ReadOnlyRule

Visible

Gets or sets the visible rule of the widget container.

public VisibleRule Visible { get; set; }

Property Value

VisibleRule

WidgetId

Gets or sets the ID of the widget.

public Guid WidgetId { get; set; }

Property Value

Guid

Width

Gets or sets the width of the widget container in percentage.

public int Width { get; set; }

Property Value

int