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

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

공개 메소드들

메소드 설명
PersistentKvpCollectionAttribute ( ) : System

Initializes a new instance of the PersistentKvpCollectionAttribute class.

비공개 메소드들

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

메소드 상세

PersistentKvpCollectionAttribute() 공개 메소드

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