C# Class Nxdb.Persistence.Attributes.PersistentCollectionAttribute

Inheritance: PersistentMemberAttribute
Afficher le fichier Open project: daveaglick/Nxdb

Méthodes publiques

Méthode Description
PersistentCollectionAttribute ( ) : System

Initializes a new instance of the PersistentCollectionAttribute class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the PersistentCollectionAttribute class.
public PersistentCollectionAttribute ( ) : System
Résultat System