C# Класс Nxdb.Persistence.PersistentCollection

Base class for collections of persistent data or objects.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Fetch void
Initialize void
Serialize object
Store void

Защищенные методы

Метод Описание
PersistentCollection ( PersistentMemberAttribute attribute ) : System

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

Метод Описание
Fetch ( Element element, Cache cache ) : void
Initialize ( Cache cache ) : void
Serialize ( Cache cache ) : object
Store ( Element element, object serialized, Cache cache ) : void

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

PersistentCollection() защищенный Метод

protected PersistentCollection ( PersistentMemberAttribute attribute ) : System
attribute PersistentMemberAttribute
Результат System