IStore interface¶
Defined in
Namespace: CrissCross.WPF.UI.Storage
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Storage.IStore
Modifiers: public abstract
Summary¶
IStore.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Methods¶
| Name | Summary |
|---|---|
| ListIds | Lists the ids. |
| SetData | Sets the data. |
| GetData | Gets the data. |
| ClearData | Clears the data. |
| ClearAll | Clears all. |