File

projects/wms-framework/src/lib/baseframework/IDataErrorInfo.ts

Description

Represents a Command that can be executed.

Index

Properties
Methods

Methods

getItem
getItem(columnName?: string)

Gets a name and describes any validation errors

Parameters :
Name Type Optional
columnName string Yes
Returns : string

{string} the validation error text.

Properties

Error
Error: string
Type : string

Error message

export interface IDataErrorInfo {
  /**
   * Gets a name and describes any validation errors
   *
   * @param {*} [parameter]
   * @return {*}  {string} the validation error text.
   * @memberof IDataErrorInfo
   */
  getItem(columnName?: string): string;

  /**
   *  Error message
   *
   * @type {string}
   * @memberof IUntypedDictionaryEnumerator
   */
  Error: string;
}

result-matching ""

    No results matching ""