C# Class Nxdb.Persistence.PersistentCollection

Base class for collections of persistent data or objects.
显示文件 Open project: daveaglick/Nxdb

Private Properties

Property Type Description
Fetch void
Initialize void
Serialize object
Store void

Protected Methods

Method Description
PersistentCollection ( PersistentMemberAttribute attribute ) : System

Private Methods

Method 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 method

protected PersistentCollection ( PersistentMemberAttribute attribute ) : System
attribute PersistentMemberAttribute
return System