Table of Contents

Class WordEditorComponent

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

Represents a Word Editor component in the form builder.

public class WordEditorComponent : FormComponent

Inheritance

objectFormComponentWordEditorComponent

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

Constructors

WordEditorComponent()

public WordEditorComponent()

Properties

ClientDataBinding

Gets or sets the client-side data binding of the Word Editor component.

public string ClientDataBinding { get; set; }

Property Value

string

ClientVisible

Gets or sets the client-side visibility of the Word Editor component.

public string ClientVisible { get; set; }

Property Value

string

CssClass

Gets or sets the CSS class of the Word Editor component.

public string CssClass { get; set; }

Property Value

string

DataBinding

Gets or sets the data binding of the Word Editor component.

public ComponentDataBinding DataBinding { get; set; }

Property Value

ComponentDataBinding

DisplayType

Gets or sets the display type of the Word Editor.

public WordEditorDisplayType DisplayType { get; set; }

Property Value

WordEditorDisplayType

Enabled

Gets or sets the enabled rule of the Word Editor component.

public EnabledRule Enabled { get; set; }

Property Value

EnabledRule

Events

Gets or sets the list of events associated with the Word Editor component.

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

Property Value

IList<ComponentEvent>

Height

Gets or sets the height of the Word Editor component.

public int? Height { get; set; }

Property Value

int?

Position

Gets or sets the position of the Word Editor component.

public ComponentPosition Position { get; set; }

Property Value

ComponentPosition

Visible

Gets or sets the visible rule of the Word Editor component.

public VisibleRule Visible { get; set; }

Property Value

VisibleRule

Width

Gets or sets the width of the Word Editor component.

public int Width { get; set; }

Property Value

int