C# Class Coincidental.PersistentContainer

Inheritance: PersistentBase
Show file Open project: parnham/coincidental

Public Methods

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

public GetProperty ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
return object

PersistentContainer() public method

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

SetProperty() public method

public SetProperty ( PropertyInfo property, object value ) : void
property System.Reflection.PropertyInfo
value object
return void

UnReferenceMembers() public method

public UnReferenceMembers ( ) : void
return void