C# 클래스 Lob.NHibernate.ExternalBlob

상속: Blob
파일 보기 프로젝트 열기: bittercoder/Lob

공개 메소드들

메소드 설명
Equals ( Blob blob ) : bool
ExternalBlob ( IExternalBlobConnection connection, byte identifier ) : System
ExternalBlob ( IExternalBlobConnection connection, byte identifier, IStreamCompressor compression ) : System
OpenReader ( ) : Stream

보호된 메소드들

메소드 설명
GetExternalSource ( ) : object
GetIsPersisted ( ) : bool
GetPersistedIdentifier ( ) : byte[]
SetPersistedIdentifier ( byte contents, object externalSource ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( Blob blob ) : bool
blob Blob
리턴 bool

ExternalBlob() 공개 메소드

public ExternalBlob ( IExternalBlobConnection connection, byte identifier ) : System
connection IExternalBlobConnection
identifier byte
리턴 System

ExternalBlob() 공개 메소드

public ExternalBlob ( IExternalBlobConnection connection, byte identifier, IStreamCompressor compression ) : System
connection IExternalBlobConnection
identifier byte
compression IStreamCompressor
리턴 System

GetExternalSource() 보호된 메소드

protected GetExternalSource ( ) : object
리턴 object

GetIsPersisted() 보호된 메소드

protected GetIsPersisted ( ) : bool
리턴 bool

GetPersistedIdentifier() 보호된 메소드

protected GetPersistedIdentifier ( ) : byte[]
리턴 byte[]

OpenReader() 공개 메소드

public OpenReader ( ) : Stream
리턴 Stream

SetPersistedIdentifier() 보호된 메소드

protected SetPersistedIdentifier ( byte contents, object externalSource ) : void
contents byte
externalSource object
리턴 void