C# Class Nxdb.Persistence.Attributes.PersistentKvpCollectionAttribute

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

Méthodes publiques

Méthode Description
PersistentKvpCollectionAttribute ( ) : System

Initializes a new instance of the PersistentKvpCollectionAttribute class.

Private Methods

Méthode Description
FetchValue ( Element element, object target, TypeCache typeCache, Cache cache ) : object
FetchValue ( Element item, string attributeName, string elementName, string query, bool arePersistentObjects, bool attach, TypeCache typeCache, TypeConverter typeConverter, 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

PersistentKvpCollectionAttribute() public méthode

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