C# 클래스 Lob.Model.Xlob

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

Private Properties

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

공개 메소드들

메소드 설명
Create ( IXmlSerializable obj ) : Xlob
Create ( Stream stream ) : Xlob
Create ( Stream stream, XmlParserContext inputContext ) : Xlob
Create ( Stream stream, XmlReaderSettings settings ) : Xlob
Create ( Stream stream, XmlReaderSettings settings, XmlParserContext inputContext ) : Xlob
Create ( TextReader reader ) : Xlob
Create ( TextReader reader, XmlParserContext inputContext ) : Xlob
Create ( TextReader reader, XmlReaderSettings settings ) : Xlob
Create ( TextReader reader, XmlReaderSettings settings, XmlParserContext inputContext ) : Xlob
Create ( Uri uri ) : Xlob
Create ( XmlDocument document ) : Xlob
Create ( XmlReader reader ) : Xlob
Create ( string xmlFragment ) : Xlob
Equals ( Xlob xlob ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
OpenReader ( ) : XmlReader
WriteTo ( Stream output, Encoding encoding ) : void
WriteTo ( TextWriter writer ) : void
WriteTo ( XmlWriter 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 ( IXmlSerializable obj ) : Xlob
obj IXmlSerializable
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( Stream stream ) : Xlob
stream Stream
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( Stream stream, XmlParserContext inputContext ) : Xlob
stream Stream
inputContext System.Xml.XmlParserContext
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( Stream stream, XmlReaderSettings settings ) : Xlob
stream Stream
settings System.Xml.XmlReaderSettings
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( Stream stream, XmlReaderSettings settings, XmlParserContext inputContext ) : Xlob
stream Stream
settings System.Xml.XmlReaderSettings
inputContext System.Xml.XmlParserContext
리턴 Xlob

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

public static Create ( TextReader reader, XmlParserContext inputContext ) : Xlob
reader TextReader
inputContext System.Xml.XmlParserContext
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( TextReader reader, XmlReaderSettings settings ) : Xlob
reader TextReader
settings System.Xml.XmlReaderSettings
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( TextReader reader, XmlReaderSettings settings, XmlParserContext inputContext ) : Xlob
reader TextReader
settings System.Xml.XmlReaderSettings
inputContext System.Xml.XmlParserContext
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( Uri uri ) : Xlob
uri System.Uri
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( XmlDocument document ) : Xlob
document System.Xml.XmlDocument
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( XmlReader reader ) : Xlob
reader XmlReader
리턴 Xlob

Create() 공개 정적인 메소드

public static Create ( string xmlFragment ) : Xlob
xmlFragment string
리턴 Xlob

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

public abstract Equals ( Xlob xlob ) : bool
xlob Xlob
리턴 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 ( ) : XmlReader
리턴 XmlReader

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

WriteTo() 공개 메소드

public WriteTo ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void