C# Class Nxdb.Persistence.Attributes.PersistentCollectionAttribute

Inheritance: PersistentMemberAttribute
显示文件 Open project: daveaglick/Nxdb

Public Methods

Method Description
PersistentCollectionAttribute ( ) : System

Initializes a new instance of the PersistentCollectionAttribute class.

Private Methods

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

Method Details

PersistentCollectionAttribute() public method

Initializes a new instance of the PersistentCollectionAttribute class.
public PersistentCollectionAttribute ( ) : System
return System