C# Class Lob.Model.Xlob

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 ( 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

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 ( IXmlSerializable obj ) : Xlob
obj IXmlSerializable
Résultat Xlob

Create() public static méthode

public static Create ( Stream stream ) : Xlob
stream Stream
Résultat Xlob

Create() public static méthode

public static Create ( Stream stream, XmlParserContext inputContext ) : Xlob
stream Stream
inputContext System.Xml.XmlParserContext
Résultat Xlob

Create() public static méthode

public static Create ( Stream stream, XmlReaderSettings settings ) : Xlob
stream Stream
settings System.Xml.XmlReaderSettings
Résultat Xlob

Create() public static méthode

public static Create ( Stream stream, XmlReaderSettings settings, XmlParserContext inputContext ) : Xlob
stream Stream
settings System.Xml.XmlReaderSettings
inputContext System.Xml.XmlParserContext
Résultat Xlob

Create() public static méthode

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

Create() public static méthode

public static Create ( TextReader reader, XmlParserContext inputContext ) : Xlob
reader TextReader
inputContext System.Xml.XmlParserContext
Résultat Xlob

Create() public static méthode

public static Create ( TextReader reader, XmlReaderSettings settings ) : Xlob
reader TextReader
settings System.Xml.XmlReaderSettings
Résultat Xlob

Create() public static méthode

public static Create ( TextReader reader, XmlReaderSettings settings, XmlParserContext inputContext ) : Xlob
reader TextReader
settings System.Xml.XmlReaderSettings
inputContext System.Xml.XmlParserContext
Résultat Xlob

Create() public static méthode

public static Create ( Uri uri ) : Xlob
uri System.Uri
Résultat Xlob

Create() public static méthode

public static Create ( XmlDocument document ) : Xlob
document System.Xml.XmlDocument
Résultat Xlob

Create() public static méthode

public static Create ( XmlReader reader ) : Xlob
reader XmlReader
Résultat Xlob

Create() public static méthode

public static Create ( string xmlFragment ) : Xlob
xmlFragment string
Résultat Xlob

Equals() public abstract méthode

public abstract Equals ( Xlob xlob ) : bool
xlob Xlob
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 ( ) : XmlReader
Résultat XmlReader

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

WriteTo() public méthode

public WriteTo ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void