C# Класс Nxdb.Persistence.Attributes.PersistentKvpCollectionAttribute

Наследование: PersistentMemberAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
PersistentKvpCollectionAttribute ( ) : System

Initializes a new instance of the PersistentKvpCollectionAttribute class.

Приватные методы

Метод Описание
FetchValue ( Element element, object target, TypeCache typeCache, Cache cache ) : object
FetchValue ( Element item, string attributeName, string elementName, string query, bool arePersistentObjects, bool attach, TypeCache typeCache, TypeConverter typeConverter, Cache cache ) : object
Inititalize ( Type memberType, string memberName, Cache cache ) : void
SerializeValue ( object source, TypeCache typeCache, Cache cache ) : object
StoreValue ( Element element, object serialized, object source, TypeCache typeCache, Cache cache ) : void

Описание методов

PersistentKvpCollectionAttribute() публичный Метод

Initializes a new instance of the PersistentKvpCollectionAttribute class.
public PersistentKvpCollectionAttribute ( ) : System
Результат System