C# Class Coincidental.PersistentContainer

Inheritance: PersistentBase
Afficher le fichier Open project: parnham/coincidental

Méthodes publiques

Méthode Description
GetProperty ( PropertyInfo property ) : object
PersistentContainer ( Type type, long id, object source, PersistenceCache cache ) : System
SetProperty ( PropertyInfo property, object value ) : void
UnReferenceMembers ( ) : void

Method Details

GetProperty() public méthode

public GetProperty ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
Résultat object

PersistentContainer() public méthode

public PersistentContainer ( Type type, long id, object source, PersistenceCache cache ) : System
type System.Type
id long
source object
cache PersistenceCache
Résultat System

SetProperty() public méthode

public SetProperty ( PropertyInfo property, object value ) : void
property System.Reflection.PropertyInfo
value object
Résultat void

UnReferenceMembers() public méthode

public UnReferenceMembers ( ) : void
Résultat void