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
object ← FormComponent ← CustomHTMLComponent
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
ClientReadOnly
public string ClientReadOnly { get; set; }
Property Value
ClientVisible
Gets or sets the client-side visibility expression of the custom HTML component.
public string ClientVisible { get; set; }
Property Value
Content
Gets or sets the content of the custom HTML component.
public string Content { get; set; }
Property Value
CssClass
Gets or sets the CSS class of the custom HTML component.
public string CssClass { get; set; }
Property Value
DataBindings
Gets or sets the data bindings of the custom HTML component.
public IList<ComponentDataBinding> DataBindings { get; set; }
Property Value
Enabled
Gets or sets the enabled rule of the custom HTML component.
public EnabledRule Enabled { get; set; }
Property Value
Position
Gets or sets the position of the custom HTML component.
public ComponentPosition Position { get; set; }
Property Value
ReadOnly
public ReadOnlyRule ReadOnly { get; set; }
Property Value
Visible
Gets or sets the visibility rule of the custom HTML component.
public VisibleRule Visible { get; set; }
Property Value
Width
Gets or sets the width of the custom HTML component.
public int Width { get; set; }