Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EmployeeFieldCreate

Index

Constructors

  • new EmployeeFieldCreate(label: string, section_name: string, field_type: any): EmployeeFieldCreate

Properties

field_type: any
label: any
required: any
section_name: any
FieldTypeEnum: { number: string; text: string }

Type declaration

  • number: string

    value: "number"

    const
  • text: string

    value: "text"

    const

Methods

  • constructFromObject(data: any, obj: any): any
  • Constructs a EmployeeFields from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

    Parameters

    • data: any

      The plain JavaScript object bearing properties of interest.

    • obj: any

      Optional instance to populate.

    Returns any

    The populated EmployeeFields instance.

  • initialize(obj: any, label: any, section_name: any, field_type: any): void
  • Initializes the fields of this object. This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). Only for internal use.

    Parameters

    • obj: any
    • label: any
    • section_name: any
    • field_type: any

    Returns void

Generated using TypeDoc