C# 클래스 Nxdb.Persistence.Attributes.PersistentCollectionAttribute

상속: PersistentMemberAttribute
파일 보기 프로젝트 열기: daveaglick/Nxdb

공개 메소드들

메소드 설명
PersistentCollectionAttribute ( ) : System

Initializes a new instance of the PersistentCollectionAttribute class.

비공개 메소드들

메소드 설명
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

메소드 상세

PersistentCollectionAttribute() 공개 메소드

Initializes a new instance of the PersistentCollectionAttribute class.
public PersistentCollectionAttribute ( ) : System
리턴 System