C# Class Lob.Model.Clob

Inheritance: IPersistedLob
Exibir arquivo Open project: bittercoder/Lob Class Usage Examples

Private Properties

Property Type Description
IPersistedLob byte[]
IPersistedLob object
IPersistedLob void

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
IPersistedLob ( ) : byte[]
IPersistedLob ( ) : object
IPersistedLob ( byte contents, object externalStore ) : void

Method Details

Create() public static method

public static Create ( Stream input, Encoding encoding ) : Clob
input Stream
encoding System.Text.Encoding
return Clob

Create() public static method

public static Create ( TextReader reader ) : Clob
reader TextReader
return Clob

Create() public static method

public static Create ( char characters ) : Clob
characters char
return Clob

Create() public static method

public static Create ( string text ) : Clob
text string
return Clob

Create() public static method

public static Create ( string filename, Encoding encoding ) : Clob
filename string
encoding System.Text.Encoding
return Clob

Equals() public abstract method

public abstract Equals ( Clob clob ) : bool
clob Clob
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetExternalSource() protected method

protected GetExternalSource ( ) : object
return object

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetIsPersisted() protected method

protected GetIsPersisted ( ) : bool
return bool

GetPersistedIdentifier() protected method

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

OpenReader() public abstract method

public abstract OpenReader ( ) : TextReader
return TextReader

SetPersistedIdentifier() protected method

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

WriteTo() public method

public WriteTo ( Stream output, Encoding encoding ) : void
output Stream
encoding System.Text.Encoding
return void

WriteTo() public method

public WriteTo ( TextWriter writer ) : void
writer System.IO.TextWriter
return void