Table of Contents

Class TimeInputComponent

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

Represents a time input component in the form builder.

public class TimeInputComponent : FormDataComponent, INgModelOptions

Inheritance

objectFormComponentFormDataComponentTimeInputComponent

Implements

INgModelOptions

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

Constructors

TimeInputComponent()

public TimeInputComponent()

Properties

ClientReadOnly

Gets or sets the client-side read-only rule for the time input.

public string ClientReadOnly { get; set; }

Property Value

string

ReadOnly

Gets or sets the read-only rule for the time input.

public ReadOnlyRule ReadOnly { get; set; }

Property Value

ReadOnlyRule

Value

Gets or sets the value of the time input.

public string Value { get; set; }

Property Value

string