ig.scheduler.Appointment

予定のプロパティをカプセル化します。

依存関係

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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • ig.scheduler.Appointment
    コンストラクター

    new $.ig.scheduler.Appointment( );

    デフォルト値で新しいインスタンスを作成します。

  • destroy

    .destroy( );

    このオブジェクトで以前使用されたメモリをリリースします。

  • isSameAs

    .isSameAs( appointment:ig.scheduler.Appointment );
    返却型:
    boolean
    返却型の説明:
    予定が同じ場合は True。

    指定した予定がこの予定と等しいかどうかを示すブール値を返します。

    • appointment
    • タイプ:ig.scheduler.Appointment
    • この予定と比較する予定。
  • location

    .location( );

    予定の場所を取得します。

  • location

    .location( value:string );

    予定の場所を取得します。

    • value
    • タイプ:string
  • onPropertyChanged

    .onPropertyChanged( propertyName:string );

    PropertyChanged イベントを発生させます。

    • propertyName
    • タイプ:string
  • toString

    .toString( );
    返却型:
    string
    返却型の説明:
    オブジェクトの文字列表現。

    オブジェクトの文字列表現を返します。

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