C# Class Lob.NHibernate.ExternalXlob

Inheritance: Lob.Model.Xlob
Exibir arquivo Open project: bittercoder/Lob

Public Methods

Method Description
Equals ( Xlob xlob ) : bool
ExternalXlob ( IExternalBlobConnection connection, byte identifier, IXmlCompressor compression ) : System
OpenReader ( ) : XmlReader

Protected Methods

Method Description
GetExternalSource ( ) : object
GetIsPersisted ( ) : bool
GetPersistedIdentifier ( ) : byte[]
SetPersistedIdentifier ( byte contents, object externalSource ) : void

Method Details

Equals() public method

public Equals ( Xlob xlob ) : bool
xlob Lob.Model.Xlob
return bool

ExternalXlob() public method

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

GetExternalSource() protected method

protected GetExternalSource ( ) : object
return object

GetIsPersisted() protected method

protected GetIsPersisted ( ) : bool
return bool

GetPersistedIdentifier() protected method

protected GetPersistedIdentifier ( ) : byte[]
return byte[]

OpenReader() public method

public OpenReader ( ) : XmlReader
return System.Xml.XmlReader

SetPersistedIdentifier() protected method

protected SetPersistedIdentifier ( byte contents, object externalSource ) : void
contents byte
externalSource object
return void