ig.scheduler.DataSourceOperation

Constants which identify an operation executed by a data source.

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
  • convertDataObjectProperty

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    8

    The data source is converting the property value obtained from a data object into the expected type for the corresponding schedule object property.

  • convertScheduleObjectProperty

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    9

    The data source is converting the property value obtained from a schedule object back to the expected type for the corresponding data object property.

  • createDataObject

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    1

    The data source attempted to create a new data object instance.

  • deleteDataObject

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    3

    The data source attempted to delete an existing data object instance.

  • getDataObjectProperty

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    6

    The data source is retrieving a property value from a data object.

  • initializeDataObject

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    5

    The data source attempted to initialize an activity from a data object.

  • modifyDataObjectList

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    2

    The data source attempted to add an item to or remove an item from the data object list.

  • query

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    10

    The data source is executing a query.

  • setDataObjectProperty

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    7

    The data source is assigning a property value to a data object.

  • updateDataObject

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    4

    The data source attempted to update one or more properties of an existing data object instance.

  • verifyPropertyMappings

    Type:
    ig.scheduler.DataSourceOperation
    Default:
    0

    The data source is verifying its property mappings

The current widget has no events.
The current widget has no public methods.

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