C# 클래스 Lob.Model.Clob

상속: IPersistedLob
파일 보기 프로젝트 열기: bittercoder/Lob 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IPersistedLob byte[]
IPersistedLob object
IPersistedLob void

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetExternalSource ( ) : object
GetIsPersisted ( ) : bool
GetPersistedIdentifier ( ) : byte[]
SetPersistedIdentifier ( byte contents, object externalSource ) : void

비공개 메소드들

메소드 설명
IPersistedLob ( ) : byte[]
IPersistedLob ( ) : object
IPersistedLob ( byte contents, object externalStore ) : void

메소드 상세

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

public static Create ( TextReader reader ) : Clob
reader TextReader
리턴 Clob

Create() 공개 정적인 메소드

public static Create ( char characters ) : Clob
characters char
리턴 Clob

Create() 공개 정적인 메소드

public static Create ( string text ) : Clob
text string
리턴 Clob

Create() 공개 정적인 메소드

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

Equals() 공개 추상적인 메소드

public abstract Equals ( Clob clob ) : bool
clob Clob
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetExternalSource() 보호된 메소드

protected GetExternalSource ( ) : object
리턴 object

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetIsPersisted() 보호된 메소드

protected GetIsPersisted ( ) : bool
리턴 bool

GetPersistedIdentifier() 보호된 메소드

protected GetPersistedIdentifier ( ) : byte[]
리턴 byte[]

OpenReader() 공개 추상적인 메소드

public abstract OpenReader ( ) : TextReader
리턴 TextReader

SetPersistedIdentifier() 보호된 메소드

protected SetPersistedIdentifier ( byte contents, object externalSource ) : void
contents byte
externalSource object
리턴 void

WriteTo() 공개 메소드

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

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void