Interface for a Number attribute.

Hierarchy

Implements

Constructors

Properties

Name: string
allFields: Field[] = []

Accessors

  • get Value(): number
  • Gets the value.

    Returns number

    The value.

  • set Value(value): void
  • Parameters

    • value: number

    Returns void

Methods

  • Clears the notification identified by uniqueId.

    Parameters

    • uniqueId: string

      (Optional) Unique identifier.

    Returns NumberField

    true if it succeeds, false if it fails.

    Remarks

    If the uniqueId parameter is not used, the current notification shown will be removed.

  • Sets a control-local notification message.

    Parameters

    • message: string

      The message.

    • uniqueId: string

      Unique identifier.

    Returns NumberField

    true if it succeeds, false if it fails.

    Remarks

    When this method is used on Microsoft Dynamics CRM for tablets a red "X" icon appears next to the control. Tapping on the icon will display the message.

  • Sets the value.

    Parameters

    • value: any

      The value.

    Returns void

    Remarks

    Attributes on Quick Create Forms will not save values set with this method.

Generated using TypeDoc