C# Class fBaseXtensions.Settings.BnetCharacterIndexInfo

Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BnetCharacterIndexInfo ( ) : System
DeserializeFromXML ( ) : BnetCharacterIndexInfo
DeserializeFromXML ( string path ) : BnetCharacterIndexInfo
SerializeToXML ( BnetCharacterIndexInfo settings, string path ) : void

Method Details

BnetCharacterIndexInfo() public méthode

public BnetCharacterIndexInfo ( ) : System
Résultat System

DeserializeFromXML() public static méthode

public static DeserializeFromXML ( ) : BnetCharacterIndexInfo
Résultat BnetCharacterIndexInfo

DeserializeFromXML() public static méthode

public static DeserializeFromXML ( string path ) : BnetCharacterIndexInfo
path string
Résultat BnetCharacterIndexInfo

SerializeToXML() public static méthode

public static SerializeToXML ( BnetCharacterIndexInfo settings, string path ) : void
settings BnetCharacterIndexInfo
path string
Résultat void