C# Class Lob.Model.Blob

Inheritance: IPersistedLob
Afficher le fichier Open project: bittercoder/Lob

Private Properties

Свойство Type Description
IPersistedLob byte[]
IPersistedLob object
IPersistedLob void

Méthodes publiques

Méthode Description
Create ( Stream input ) : Blob
Create ( byte data ) : Blob
Create ( string filename ) : Blob
Equals ( Blob blob ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
OpenReader ( ) : Stream
WriteTo ( Stream output ) : void

Méthodes protégées

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

Private Methods

Méthode Description
IPersistedLob ( ) : byte[]
IPersistedLob ( ) : object
IPersistedLob ( byte contents, object externalStore ) : void

Method Details

Create() public static méthode

public static Create ( Stream input ) : Blob
input Stream
Résultat Blob

Create() public static méthode

public static Create ( byte data ) : Blob
data byte
Résultat Blob

Create() public static méthode

public static Create ( string filename ) : Blob
filename string
Résultat Blob

Equals() public abstract méthode

public abstract Equals ( Blob blob ) : bool
blob Blob
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetExternalSource() protected méthode

protected GetExternalSource ( ) : object
Résultat object

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetIsPersisted() protected méthode

protected GetIsPersisted ( ) : bool
Résultat bool

GetPersistedIdentifier() protected méthode

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

OpenReader() public abstract méthode

public abstract OpenReader ( ) : Stream
Résultat Stream

SetPersistedIdentifier() protected méthode

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

WriteTo() public méthode

public WriteTo ( Stream output ) : void
output Stream
Résultat void