Table of Contents

Class CustomHTMLComponent

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

Represents a custom HTML component in the form builder.

public class CustomHTMLComponent : FormComponent

Inheritance

objectFormComponentCustomHTMLComponent

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

Constructors

CustomHTMLComponent()

public CustomHTMLComponent()

Properties

ClientEnabled

Gets or sets the client-side enabled expression of the custom HTML component.

public string ClientEnabled { get; set; }

Property Value

string

ClientReadOnly

public string ClientReadOnly { get; set; }

Property Value

string

ClientVisible

Gets or sets the client-side visibility expression of the custom HTML component.

public string ClientVisible { get; set; }

Property Value

string

Content

Gets or sets the content of the custom HTML component.

public string Content { get; set; }

Property Value

string

CssClass

Gets or sets the CSS class of the custom HTML component.

public string CssClass { get; set; }

Property Value

string

DataBindings

Gets or sets the data bindings of the custom HTML component.

public IList<ComponentDataBinding> DataBindings { get; set; }

Property Value

IList<ComponentDataBinding>

Enabled

Gets or sets the enabled rule of the custom HTML component.

public EnabledRule Enabled { get; set; }

Property Value

EnabledRule

Position

Gets or sets the position of the custom HTML component.

public ComponentPosition Position { get; set; }

Property Value

ComponentPosition

ReadOnly

public ReadOnlyRule ReadOnly { get; set; }

Property Value

ReadOnlyRule

Visible

Gets or sets the visibility rule of the custom HTML component.

public VisibleRule Visible { get; set; }

Property Value

VisibleRule

Width

Gets or sets the width of the custom HTML component.

public int Width { get; set; }

Property Value

int