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

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

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

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

Initializes a new instance of the PersistentCollectionAttribute class.

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

Метод Описание
FetchValue ( Element element, object target, TypeCache typeCache, 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

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

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

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