The data for a complex type
More...
Inherits MSWifiImportPlugin.AbstractData.
|
| DataData (String eName, bool eIsMandory=false) |
| Standard constructor More...
|
|
override void | WriteXml (XmlWriter writer) |
| Writes the data to a XML-file More...
|
|
override void | ReadXml (XmlReader reader) |
| Reads the data from a XML-file More...
|
|
override bool | SaveIn (PwDatabase db, PwEntry entry) |
| Writes a data to a given enty in a database More...
|
|
override bool | ExistsIn (PwDatabase db, PwEntry entry) |
| Checks whether the data is contained in a given entry More...
|
|
override bool | LoadFrom (PwDatabase db, PwEntry entry) |
| Reads a data from a given enty in a database More...
|
|
override void | ClearIn (PwDatabase db, PwEntry entry) |
| Deletes the data from a given enty in a database More...
|
|
override void | Clear () |
| Clears the data More...
|
|
XmlSchema | GetSchema () |
| Always null More...
|
|
|
override bool | WriteNecessary [get] |
|
override bool | IsValid [get] |
|
bool | IsMandory [get, set] |
| If this is true and this is invalid, then its parent is invalid, too. More...
|
|
String | EntryName [get, set] |
| Name of the value in the database More...
|
|
abstract bool | WriteNecessary [get] |
| Whether the value must be written in the XML-file, i.e. its valid but not empty. More...
|
|
abstract bool | IsValid [get] |
| Whether the data is valid, i.e. all mandory subentries have to valid. More...
|
|
The data for a complex type
- Template Parameters
-
T | The complex type containing every subvalue, Data |
◆ DataData()
Standard constructor
- Parameters
-
eName | A necessary value in the database |
eIsMandory | Whether the data is necessary for the parent data |
◆ Clear()
◆ ClearIn()
Deletes the data from a given enty in a database
- Parameters
-
db | The database in which the entry is safed |
entry | The entry from which the data will be removed. |
Implements MSWifiImportPlugin.AbstractData.
◆ ExistsIn()
Checks whether the data is contained in a given entry
- Parameters
-
db | The database in which the entry is safed |
entry | The entry in which the data is (or isn't) safed. |
- Returns
- Whether the data is contained in a given entry.
Implements MSWifiImportPlugin.AbstractData.
◆ LoadFrom()
Reads a data from a given enty in a database
- Parameters
-
db | The database in which the entry is safed |
entry | The entry in which the data was saved. |
- Returns
- Whether the data is successfully loaded.
Implements MSWifiImportPlugin.AbstractData.
◆ ReadXml()
◆ SaveIn()
Writes a data to a given enty in a database
- Parameters
-
db | The database in which the entry is safed |
entry | The entry in which the data will be safed. |
- Returns
- Whether the data is successfully saved.
Implements MSWifiImportPlugin.AbstractData.
◆ WriteXml()
◆ Value
The value of the complex type
The documentation for this class was generated from the following file: