C# Class ConfigTool.WorldListEntry

A wrapper for per-World metadata, designed to be usable with SortableBindingList. All these properties map directly to the UI controls.
Inheritance: ICloneable
Afficher le fichier Open project: fragmer/fCraft Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
ReparseRanks ( ) : void
WorldListEntry ( ) : System
WorldListEntry ( WorldListEntry original ) : System
WorldListEntry ( System.Xml.Linq.XElement el ) : System

Private Methods

Méthode Description
Serialize ( ) : System.Xml.Linq.XElement

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

ReparseRanks() public méthode

public ReparseRanks ( ) : void
Résultat void

WorldListEntry() public méthode

public WorldListEntry ( ) : System
Résultat System

WorldListEntry() public méthode

public WorldListEntry ( WorldListEntry original ) : System
original WorldListEntry
Résultat System

WorldListEntry() public méthode

public WorldListEntry ( System.Xml.Linq.XElement el ) : System
el System.Xml.Linq.XElement
Résultat System