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
object ← FormComponent ← WordEditorComponent
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
ClientVisible
Gets or sets the client-side visibility of the Word Editor component.
public string ClientVisible { get; set; }
Property Value
CssClass
Gets or sets the CSS class of the Word Editor component.
public string CssClass { get; set; }
Property Value
DataBinding
Gets or sets the data binding of the Word Editor component.
public ComponentDataBinding DataBinding { get; set; }
Property Value
DisplayType
Gets or sets the display type of the Word Editor.
public WordEditorDisplayType DisplayType { get; set; }
Property Value
Enabled
Gets or sets the enabled rule of the Word Editor component.
public EnabledRule Enabled { get; set; }
Property Value
Events
Gets or sets the list of events associated with the Word Editor component.
public IList<ComponentEvent> Events { get; set; }
Property Value
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
Visible
Gets or sets the visible rule of the Word Editor component.
public VisibleRule Visible { get; set; }
Property Value
Width
Gets or sets the width of the Word Editor component.
public int Width { get; set; }