C# 클래스 Coincidental.PersistentContainer

상속: PersistentBase
파일 보기 프로젝트 열기: parnham/coincidental

공개 메소드들

메소드 설명
GetProperty ( PropertyInfo property ) : object
PersistentContainer ( Type type, long id, object source, PersistenceCache cache ) : System
SetProperty ( PropertyInfo property, object value ) : void
UnReferenceMembers ( ) : void

메소드 상세

GetProperty() 공개 메소드

public GetProperty ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
리턴 object

PersistentContainer() 공개 메소드

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

SetProperty() 공개 메소드

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

UnReferenceMembers() 공개 메소드

public UnReferenceMembers ( ) : void
리턴 void