C# 클래스 Nxdb.Persistence.PersistentCollection

Base class for collections of persistent data or objects.
파일 보기 프로젝트 열기: daveaglick/Nxdb

Private Properties

프로퍼티 타입 설명
Fetch void
Initialize void
Serialize object
Store void

보호된 메소드들

메소드 설명
PersistentCollection ( PersistentMemberAttribute attribute ) : System

비공개 메소드들

메소드 설명
Fetch ( Element element, Cache cache ) : void
Initialize ( Cache cache ) : void
Serialize ( Cache cache ) : object
Store ( Element element, object serialized, Cache cache ) : void

메소드 상세

PersistentCollection() 보호된 메소드

protected PersistentCollection ( PersistentMemberAttribute attribute ) : System
attribute PersistentMemberAttribute
리턴 System