ig.scheduler.SchedulePropertyMapping

Encapsulates a property mapping for a schedule object such as an Appointment or ScheduleResource.

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.SchedulePropertyMapping
    Constructor

    new $.ig.scheduler.SchedulePropertyMapping( );

  • convertBackCallback

    .convertBackCallback( );

    Reference to a delegate which is invoked before the value of a schedule object property is assigned 'back' to the underlying data object's corresponding property, providing an opportunity to convert the value to the type expected by that property.

    Remarks

    To bypass conversion, return the same value that was passed into this method. If null is returned, a value of null will be assigned to the underlying data object property, which will cause an exception to be thrown if null is not a valid value for that property.

  • convertBackCallback

    .convertBackCallback( value:function );

    Reference to a delegate which is invoked before the value of a schedule object property is assigned 'back' to the underlying data object's corresponding property, providing an opportunity to convert the value to the type expected by that property.

    • value
    • Type:function

    Remarks

    To bypass conversion, return the same value that was passed into this method. If null is returned, a value of null will be assigned to the underlying data object property, which will cause an exception to be thrown if null is not a valid value for that property.

  • convertCallback

    .convertCallback( );

    Reference to a delegate which is invoked before a value is assigned to a schedule object property, providing an opportunity to convert the value.

    Remarks

    To bypass conversion, return the same value that was passed into this method. If null is returned, a value of null will be assigned to the schedule object property, which will cause an exception to be thrown if null is not a valid value for that property.

  • convertCallback

    .convertCallback( value:function );

    Reference to a delegate which is invoked before a value is assigned to a schedule object property, providing an opportunity to convert the value.

    • value
    • Type:function

    Remarks

    To bypass conversion, return the same value that was passed into this method. If null is returned, a value of null will be assigned to the schedule object property, which will cause an exception to be thrown if null is not a valid value for that property.

  • dataObjectPropertyName

    .dataObjectPropertyName( );

    Gets the name of the property of the underlying data object with which this instance is associated.

  • dataObjectPropertyName

    .dataObjectPropertyName( value:string );

    Sets the name of the property of the underlying data object with which this instance is associated.

    • value
    • Type:string
  • onPropertyChanged

    .onPropertyChanged( propertyName:string );

    Raises the PropertyChanged event.

    • propertyName
    • Type:string
  • toString

    .toString( );

    Returns the string representation of this object.

  • verifyProperty

    .verifyProperty( propertyValue:number );

    When overridden in a derived class, verifies the property setting.

    • propertyValue
    • Type:number
    • The identifier of the property.

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