CardMetadataColumnDeserializeFromStorageInternal - метод
Выполняет десериализацию объекта и всех его дочерних объектов из хранилища
Dictionary<string, object>.
Пространство имён: Tessa.Cards.MetadataСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected override void DeserializeFromStorageInternal(
Dictionary<string, Object> storage
)
Protected Overrides Sub DeserializeFromStorageInternal (
storage As Dictionary(Of String, Object)
)
protected:
virtual void DeserializeFromStorageInternal(
Dictionary<String^, Object^>^ storage
) override
abstract DeserializeFromStorageInternal :
storage : Dictionary<string, Object> -> unit
override DeserializeFromStorageInternal :
storage : Dictionary<string, Object> -> unit
Параметры
- storage DictionaryString, Object
- Хранилище, в котором содержатся сериализованные данные.