C# Class Lob.NHibernate.ExternalXlob

Inheritance: Lob.Model.Xlob
Afficher le fichier Open project: bittercoder/Lob

Méthodes publiques

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

Méthodes protégées

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

Method Details

Equals() public méthode

public Equals ( Xlob xlob ) : bool
xlob Lob.Model.Xlob
Résultat bool

ExternalXlob() public méthode

public ExternalXlob ( IExternalBlobConnection connection, byte identifier, IXmlCompressor compression ) : System
connection IExternalBlobConnection
identifier byte
compression IXmlCompressor
Résultat System

GetExternalSource() protected méthode

protected GetExternalSource ( ) : object
Résultat object

GetIsPersisted() protected méthode

protected GetIsPersisted ( ) : bool
Résultat bool

GetPersistedIdentifier() protected méthode

protected GetPersistedIdentifier ( ) : byte[]
Résultat byte[]

OpenReader() public méthode

public OpenReader ( ) : XmlReader
Résultat System.Xml.XmlReader

SetPersistedIdentifier() protected méthode

protected SetPersistedIdentifier ( byte contents, object externalSource ) : void
contents byte
externalSource object
Résultat void