Gjallarhorn


IValidatedSignal<'a, 'b>

Namespace: Gjallarhorn

The output of validating an input signal

Instance members

Instance memberDescription
IsValid
Signature: bool
Modifiers: abstract

Check to see if type is currently in a valid state

CompiledName: get_IsValid

RawInput
Signature: ISignal<'a>
Modifiers: abstract

The raw, unvalidated input

CompiledName: get_RawInput

ValidationResult
Signature: ISignal<ValidationResult>
Modifiers: abstract

The current validation status

CompiledName: get_ValidationResult

Fork me on GitHub