C# Class Server.Engines.Reports.XmlPersistanceReader

Inheritance: PersistanceReader
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BeginChildren ( ) : bool
Close ( ) : void
FinishChildren ( ) : void
GetBoolean ( string key ) : bool
GetChild ( ) : Server.Engines.Reports.PersistableObject
GetDateTime ( string key ) : System.DateTime
GetInt32 ( string key ) : int
GetString ( string key ) : string
ReadDocument ( Server.Engines.Reports.PersistableObject root ) : void
XmlPersistanceReader ( string filePath, string title ) : System

Method Details

BeginChildren() public method

public BeginChildren ( ) : bool
return bool

Close() public method

public Close ( ) : void
return void

FinishChildren() public method

public FinishChildren ( ) : void
return void

GetBoolean() public method

public GetBoolean ( string key ) : bool
key string
return bool

GetChild() public method

public GetChild ( ) : Server.Engines.Reports.PersistableObject
return Server.Engines.Reports.PersistableObject

GetDateTime() public method

public GetDateTime ( string key ) : System.DateTime
key string
return System.DateTime

GetInt32() public method

public GetInt32 ( string key ) : int
key string
return int

GetString() public method

public GetString ( string key ) : string
key string
return string

ReadDocument() public method

public ReadDocument ( Server.Engines.Reports.PersistableObject root ) : void
root Server.Engines.Reports.PersistableObject
return void

XmlPersistanceReader() public method

public XmlPersistanceReader ( string filePath, string title ) : System
filePath string
title string
return System