PersistenceManagerデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
IdentifierProperty | 保存またはロードされるオブジェクトを識別するために使用できる識別子を指定できるようにする添付プロパティ。 | |
PersistenceGroupProperty | System.Windows.DependencyObject の PersistenceSettings を格納するための添付プロパティ。 | |
SettingsProperty | System.Windows.DependencyObject の PersistenceSettings を格納するための添付プロパティ。 |
名前 | 解説 | |
---|---|---|
PropertyDataStore | オブジェクトが属するすべてのルート プロパティのディクショナリを取得または設定します。 | |
ValueTypes | それぞれの値を格納した値型のリストを取得します。 |
名前 | 解説 | |
---|---|---|
BuildPropertyTree | この PersistenceManager を表すルート オブジェクトを調べ、後でオブジェクトを再構築するために使用できる Infragistics.Persistence.Primitives.PropertyDataInfo の再帰的リストを構築します。 | |
GetIdentifier | System.Windows.DependencyObject で指定された識別子を取得します。 | |
GetPersistenceGroup | System.Windows.DependencyObject の PersistenceGroup を取得します。 | |
GetSettings | System.Windows.DependencyObject の PersistenceSettings を取得します。 | |
Load | オーバーロードされます。 グループのすべてのオブジェクトをストリームからロードします。 | |
Save | オーバーロードされます。 グループ内のすべてのオブジェクトを単一の MemoryStream に保存します。 | |
SetIdentifier | System.Windows.DependencyObject の識別子を設定します。 | |
SetPersistenceGroup | System.Windows.DependencyObject の PersistenceGroup を設定します。 | |
SetSettings | System.Windows.DependencyObject の PersistenceSettings を設定します。 | |
UnloadPropertyTree | Infragistics.Persistence.Primitives.PropertyDataInfo オブジェクトのツリーを調べ、これらの値を使用して、この PersistenceManager を表すルート オブジェクトの再構築を試みます。 |