Метод | Описание | |
---|---|---|
BeginChildren ( ) : void | ||
BeginObject ( Server.Engines.Reports.PersistableType typeID ) : void | ||
Close ( ) : void | ||
FinishChildren ( ) : void | ||
FinishObject ( ) : void | ||
SetBoolean ( string key, bool value ) : void | ||
SetDateTime ( string key, System.DateTime value ) : void | ||
SetInt32 ( string key, int value ) : void | ||
SetString ( string key, string value ) : void | ||
WriteDocument ( Server.Engines.Reports.PersistableObject root ) : void | ||
XmlPersistanceWriter ( string filePath, string title ) : System |
public BeginObject ( Server.Engines.Reports.PersistableType typeID ) : void | ||
typeID | Server.Engines.Reports.PersistableType | |
Результат | void |
public SetBoolean ( string key, bool value ) : void | ||
key | string | |
value | bool | |
Результат | void |
public SetDateTime ( string key, System.DateTime value ) : void | ||
key | string | |
value | System.DateTime | |
Результат | void |
public SetInt32 ( string key, int value ) : void | ||
key | string | |
value | int | |
Результат | void |
public SetString ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public WriteDocument ( Server.Engines.Reports.PersistableObject root ) : void | ||
root | Server.Engines.Reports.PersistableObject | |
Результат | void |
public XmlPersistanceWriter ( string filePath, string title ) : System | ||
filePath | string | |
title | string | |
Результат | System |