C# Class fBaseXtensions.Settings.BnetCharacterIndexInfo

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BnetCharacterIndexInfo ( ) : System
DeserializeFromXML ( ) : BnetCharacterIndexInfo
DeserializeFromXML ( string path ) : BnetCharacterIndexInfo
SerializeToXML ( BnetCharacterIndexInfo settings, string path ) : void

Method Details

BnetCharacterIndexInfo() public method

public BnetCharacterIndexInfo ( ) : System
return System

DeserializeFromXML() public static method

public static DeserializeFromXML ( ) : BnetCharacterIndexInfo
return BnetCharacterIndexInfo

DeserializeFromXML() public static method

public static DeserializeFromXML ( string path ) : BnetCharacterIndexInfo
path string
return BnetCharacterIndexInfo

SerializeToXML() public static method

public static SerializeToXML ( BnetCharacterIndexInfo settings, string path ) : void
settings BnetCharacterIndexInfo
path string
return void