ig.scheduler.Appointment

Encapsulates the properties of an appointment.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.dv_core.js
infragistics.dv_jquerydom.js
infragistics.dv_interactivity.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
  • ig.scheduler.Appointment
    Constructor

    new $.ig.scheduler.Appointment( );

    Creates a new instance with default values.

  • destroy

    .destroy( );

    Releases any memory previously used by this object.

  • isSameAs

    .isSameAs( appointment:ig.scheduler.Appointment );
    Return Type:
    boolean
    Return Type Description:
    True if the appointments are the same.

    Returns a boolean value indicating whether the specified appointment is the same as this one.

    • appointment
    • Type:ig.scheduler.Appointment
    • The appointment to be compared to this one.
  • location

    .location( );

    Gets the location of the appointment.

  • location

    .location( value:string );

    Sets the location of the appointment.

    • value
    • Type:string
  • onPropertyChanged

    .onPropertyChanged( propertyName:string );

    Raises the PropertyChanged event.

    • propertyName
    • Type:string
  • toString

    .toString( );
    Return Type:
    string
    Return Type Description:
    A string representation of the object.

    Returns a string representation of the object.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.