Свойство | Тип | Описание | |
---|---|---|---|
array_entry | |||
dictionary_entry | |||
single_value_entry |
Метод | Описание | |
---|---|---|
Dump ( |
This method just serializes itself depended of the data model of the contained Usage data. single_value: writes exists value array_entry : writes exits and index values dictionary : writes exits and key values
|
|
StoredDataValue ( IUsage value, System.Boolean exists ) : System |
This private Constructor creates instances of StoredDataValue, that carray a single_value_entry
|
|
StoredDataValue ( |
This private Constructor creates instances of StoredDataValue, that carray a array_entry
|
|
StoredDataValue ( string key, IUsage value, System.Boolean exists ) : System |
This Constructor creates instances of StoredDataValue, that carray a dictionary_entry
|
Метод | Описание | |
---|---|---|
createDataValue ( IUsage value, System.Boolean exists ) : |
public Dump ( |
||
writer | ||
Результат |
public StoredDataValue ( IUsage value, System.Boolean exists ) : System | ||
value | IUsage | |
exists | System.Boolean | |
Результат | System |
public StoredDataValue ( |
||
index | ||
value | IUsage | |
exists | System.Boolean | |
Результат | System |
public StoredDataValue ( string key, IUsage value, System.Boolean exists ) : System | ||
key | string | |
value | IUsage | |
exists | System.Boolean | |
Результат | System |
public ArrayEntry,TSystems.RELOAD.Storage array_entry | ||
Результат |
public DictionaryEntry,TSystems.RELOAD.Storage dictionary_entry | ||
Результат |