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 | ||
PersistanceReader ( ) : System | ||
ReadDocument ( Server.Engines.Reports.PersistableObject root ) : void |
public abstract GetBoolean ( string key ) : bool | ||
key | string | |
return | bool |
public abstract GetChild ( ) : Server.Engines.Reports.PersistableObject | ||
return | Server.Engines.Reports.PersistableObject |
public abstract GetDateTime ( string key ) : System.DateTime | ||
key | string | |
return | System.DateTime |
public abstract GetInt32 ( string key ) : int | ||
key | string | |
return | int |
public abstract GetString ( string key ) : string | ||
key | string | |
return | string |
public abstract ReadDocument ( Server.Engines.Reports.PersistableObject root ) : void | ||
root | Server.Engines.Reports.PersistableObject | |
return | void |