C# Class Lob.Model.Clob

Inheritance: IPersistedLob
Afficher le fichier Open project: bittercoder/Lob Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
Create ( Stream input, Encoding encoding ) : Clob
Create ( TextReader reader ) : Clob
Create ( char characters ) : Clob
Create ( string text ) : Clob
Create ( string filename, Encoding encoding ) : Clob
Equals ( Clob clob ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
OpenReader ( ) : TextReader
WriteTo ( Stream output, Encoding encoding ) : void
WriteTo ( TextWriter writer ) : 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, Encoding encoding ) : Clob
input Stream
encoding System.Text.Encoding
Résultat Clob

Create() public static méthode

public static Create ( TextReader reader ) : Clob
reader TextReader
Résultat Clob

Create() public static méthode

public static Create ( char characters ) : Clob
characters char
Résultat Clob

Create() public static méthode

public static Create ( string text ) : Clob
text string
Résultat Clob

Create() public static méthode

public static Create ( string filename, Encoding encoding ) : Clob
filename string
encoding System.Text.Encoding
Résultat Clob

Equals() public abstract méthode

public abstract Equals ( Clob clob ) : bool
clob Clob
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 ( ) : TextReader
Résultat TextReader

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, Encoding encoding ) : void
output Stream
encoding System.Text.Encoding
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void