C# 클래스 Lob.NHibernate.ExternalXlob

상속: Lob.Model.Xlob
파일 보기 프로젝트 열기: bittercoder/Lob

공개 메소드들

메소드 설명
Equals ( Xlob xlob ) : bool
ExternalXlob ( IExternalBlobConnection connection, byte identifier, IXmlCompressor compression ) : System
OpenReader ( ) : XmlReader

보호된 메소드들

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

메소드 상세

Equals() 공개 메소드

public Equals ( Xlob xlob ) : bool
xlob Lob.Model.Xlob
리턴 bool

ExternalXlob() 공개 메소드

public ExternalXlob ( IExternalBlobConnection connection, byte identifier, IXmlCompressor compression ) : System
connection IExternalBlobConnection
identifier byte
compression IXmlCompressor
리턴 System

GetExternalSource() 보호된 메소드

protected GetExternalSource ( ) : object
리턴 object

GetIsPersisted() 보호된 메소드

protected GetIsPersisted ( ) : bool
리턴 bool

GetPersistedIdentifier() 보호된 메소드

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

OpenReader() 공개 메소드

public OpenReader ( ) : XmlReader
리턴 System.Xml.XmlReader

SetPersistedIdentifier() 보호된 메소드

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