インフラジスティックス・ジャパン株式会社: 050 (1745) 6258
アカウント
メニュー
マイ アカウント
ログイン
開発
開発
おすすめパッケージ
Infragistics Ultimate
¥242,000
(税抜き)
Web、モバイル、デスクトップアプリ構築のためのUX / UIツールキット完全版
Ignite UI
¥220,000
(税抜き)
Webアプリを構築するためのUIコンポーネント完全版ライブラリ
Indigo.Design
¥176,000
(税抜き)
プロトタイピング、ユーザビリティテスト、コード生成をワンストップで
Web向け
App Builder
(新規)
Ignite UI
Angular
ASP.NET Core
ASP.NET MVC
Blazor
jQuery
React
Web Components
Ultimate UI for ASP.NET Web Forms
デスクトップ向け
Ultimate UI for Windows Forms
Ultimate UI for WPF
クロスプラットフォーム向け
Ultimate UI for Uno
Ultimate UI for UWP
Ultimate UI for WinUI
Ultimate UI for Xamarin
プロトタイピング
Indigo.Design
Design to Code
Indigo.Design
App Builder
(New)
UX
Indigo.Design
3ステップでデザインから画面コードを生成できるアプリケーションデザインプラットフォーム
App Builder
ドラッグアンドドロップで Web アプリケーションを構築できる ローコード WYSIWYGデザイナー
データ可視化
チームコラボレーション
Slingshot
データ、プロジェクト管理、コンテンツ、チャット。チームの可能性を最大限に引き出すタスク・プロジェクト管理ツール
サービス
リソース
製品ヘルプ
イベント/セミナー情報
サンプルアプリケーション
お客様導入事例
ナレッジベース
Blog
ダウンロード
ご購入
製品のご購入方法
製品価格
サポート環境
サポートポリシー
サブスクリプション更新
販売パートナー
法的情報
FAQ
お問い合わせ
Ignite UI for Angular
menu
コンポーネント
はじめに
search
Preparing search index...
The search index is not available
すべて
パブリック
パブリック/保護
すべて
継承
外部
エクスポートされたのみ
Exports
Igx
Base
Transaction
Service
constructor
on
State
Update
can
Redo
can
Undo
clone
Strategy
enabled
add
clear
commit
end
Pending
get
Aggregated
Changes
get
Aggregated
Value
get
State
get
Transaction
Log
redo
start
Pending
undo
グローバル
IgxBaseTransactionService
クラス IgxBaseTransactionService<T, S>
T
extends
Transaction
S
extends
State
階層
IgxBaseTransactionService
IgxTransactionService
実装
TransactionService
<
T
,
S
>
Index
コンストラクタ
constructor
プロパティ
on
State
Update
アクセサー
can
Redo
can
Undo
clone
Strategy
enabled
メソッド
add
clear
commit
end
Pending
get
Aggregated
Changes
get
Aggregated
Value
get
State
get
Transaction
Log
redo
start
Pending
undo
コンストラクタ
constructor
new
Igx
Base
Transaction
Service
<
T
,
S
>
(
)
:
IgxBaseTransactionService
<
T
,
S
>
型パラメーター
T
extends
Transaction
S
extends
State
返却
IgxBaseTransactionService
<
T
,
S
>
プロパティ
on
State
Update
on
State
Update
:
EventEmitter
<
StateUpdateEvent
>
= ...
アクセサー
can
Redo
get
canRedo
(
)
:
boolean
返却
boolean
can
Undo
get
canUndo
(
)
:
boolean
返却
boolean
clone
Strategy
get
cloneStrategy
(
)
:
IDataCloneStrategy
set
cloneStrategy
(
strategy
:
IDataCloneStrategy
)
:
void
返却
IDataCloneStrategy
パラメーター
strategy:
IDataCloneStrategy
返却
void
enabled
get
enabled
(
)
:
boolean
返却
boolean
メソッド
add
add
(
transaction
:
T
, recordRef
?:
any
)
:
void
パラメーター
transaction:
T
オプション
recordRef:
any
返却
void
clear
clear
(
_id
?:
any
)
:
void
パラメーター
オプション
_id:
any
返却
void
commit
commit
(
_data
:
any
[]
, _id
?:
any
)
:
void
パラメーター
_data:
any
[]
オプション
_id:
any
返却
void
end
Pending
end
Pending
(
_commit
:
boolean
)
:
void
パラメーター
_commit:
boolean
返却
void
get
Aggregated
Changes
get
Aggregated
Changes
(
mergeChanges
:
boolean
)
:
T
[]
パラメーター
mergeChanges:
boolean
返却
T
[]
get
Aggregated
Value
get
Aggregated
Value
(
id
:
any
, mergeChanges
:
boolean
)
:
any
パラメーター
id:
any
mergeChanges:
boolean
返却
any
get
State
get
State
(
id
:
any
)
:
S
パラメーター
id:
any
返却
S
get
Transaction
Log
get
Transaction
Log
(
_id
?:
any
)
:
T
[]
パラメーター
オプション
_id:
any
返却
T
[]
redo
redo
(
)
:
void
返却
void
start
Pending
start
Pending
(
)
:
void
返却
void
undo
undo
(
)
:
void
返却
void