C# Class Nxdb.Persistence.PersistentCollection

Base class for collections of persistent data or objects.
Afficher le fichier Open project: daveaglick/Nxdb

Private Properties

Свойство Type Description
Fetch void
Initialize void
Serialize object
Store void

Méthodes protégées

Méthode Description
PersistentCollection ( PersistentMemberAttribute attribute ) : System

Private Methods

Méthode Description
Fetch ( Element element, Cache cache ) : void
Initialize ( Cache cache ) : void
Serialize ( Cache cache ) : object
Store ( Element element, object serialized, Cache cache ) : void

Method Details

PersistentCollection() protected méthode

protected PersistentCollection ( PersistentMemberAttribute attribute ) : System
attribute PersistentMemberAttribute
Résultat System