C# Class Zicore.Xml.XmlSerializable

Inheritance: ISavableLoadable
Datei anzeigen Open project: Zicore/TradingPostNotifier

Public Methods

Method Description
Decode ( Object obj ) : void
Encode ( Object obj ) : void
GetStringFromMemoryStream ( MemoryStream m ) : string
Load ( string type, string xmlData ) : object
Load ( ) : void
Load ( String name, bool raiseEvent = true ) : void
LoadFrom ( string path ) : void
Save ( ) : void
Save ( String name ) : void
SaveAs ( string path ) : void
ToXmlString ( ) : string

Method Details

Decode() public static method

public static Decode ( Object obj ) : void
obj Object
return void

Encode() public static method

public static Encode ( Object obj ) : void
obj Object
return void

GetStringFromMemoryStream() public static method

public static GetStringFromMemoryStream ( MemoryStream m ) : string
m System.IO.MemoryStream
return string

Load() public static method

public static Load ( string type, string xmlData ) : object
type string
xmlData string
return object

Load() public method

public Load ( ) : void
return void

Load() public method

public Load ( String name, bool raiseEvent = true ) : void
name String
raiseEvent bool
return void

LoadFrom() public method

public LoadFrom ( string path ) : void
path string
return void

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( String name ) : void
name String
return void

SaveAs() public method

public SaveAs ( string path ) : void
path string
return void

ToXmlString() public method

public ToXmlString ( ) : string
return string