Options
Menu
ngdoc

object

name

ValidationResult

module

Validation

description

It represents simple abstract error object.

Hierarchy

Index

Constructor methods

constructor

  • Parameters

    • Name: string

    Returns ValidationResult

Properties

IsDirty

IsDirty: boolean

Name

Name: string

Optional

Optional: IOptional

TranslateArgs

TranslateArgs: IErrorTranslateArgs[]

Get accessors

Children

ErrorCount

  • ErrorCount(): number
  • Returns number

ErrorMessage

  • ErrorMessage(): string
  • Returns string

HasErrors

  • HasErrors(): boolean
  • Returns boolean

HasErrorsDirty

  • HasErrorsDirty(): boolean
  • Returns boolean

Methods

Add

Remove

  • Remove(index: number)
  • Parameters

    • index: number

Generated using TypeDoc