C# Class Essentials.Warps.WarpManager

Afficher le fichier Open project: LukeTDSM/Essentials-TDSM Class Usage Examples

Méthodes publiques

Méthode Description
CleanUserName ( string user ) : string
ContainsWarp ( string WarpName ) : bool
ContainsWarp ( string WarpName, int &Index ) : bool
CreateTemplate ( string WarpRecords, string Indentifier ) : void
GetWarp ( string WarpName ) : Essentials.Warps.Warp
GetWarp ( string WarpName, int &Index ) : Essentials.Warps.Warp
LoadData ( string WarpRecords ) : List
RemoveWarp ( string WarpName ) : bool
Save ( string WarpRecords, Action SaveMethod, string Identifier ) : void
Save ( string WarpRecords, string Indentifier ) : void
UpdateWarp ( Essentials.Warps.Warp warp ) : void
WriteWarpElement ( XmlWriter xmlWriter, Essentials.Warps.Warp Warp ) : void

Method Details

CleanUserName() public static méthode

public static CleanUserName ( string user ) : string
user string
Résultat string

ContainsWarp() public static méthode

public static ContainsWarp ( string WarpName ) : bool
WarpName string
Résultat bool

ContainsWarp() public static méthode

public static ContainsWarp ( string WarpName, int &Index ) : bool
WarpName string
Index int
Résultat bool

CreateTemplate() public static méthode

public static CreateTemplate ( string WarpRecords, string Indentifier ) : void
WarpRecords string
Indentifier string
Résultat void

GetWarp() public static méthode

public static GetWarp ( string WarpName ) : Essentials.Warps.Warp
WarpName string
Résultat Essentials.Warps.Warp

GetWarp() public static méthode

public static GetWarp ( string WarpName, int &Index ) : Essentials.Warps.Warp
WarpName string
Index int
Résultat Essentials.Warps.Warp

LoadData() public static méthode

public static LoadData ( string WarpRecords ) : List
WarpRecords string
Résultat List

RemoveWarp() public static méthode

public static RemoveWarp ( string WarpName ) : bool
WarpName string
Résultat bool

Save() public static méthode

public static Save ( string WarpRecords, Action SaveMethod, string Identifier ) : void
WarpRecords string
SaveMethod Action
Identifier string
Résultat void

Save() public static méthode

public static Save ( string WarpRecords, string Indentifier ) : void
WarpRecords string
Indentifier string
Résultat void

UpdateWarp() public static méthode

public static UpdateWarp ( Essentials.Warps.Warp warp ) : void
warp Essentials.Warps.Warp
Résultat void

WriteWarpElement() public static méthode

public static WriteWarpElement ( XmlWriter xmlWriter, Essentials.Warps.Warp Warp ) : void
xmlWriter XmlWriter
Warp Essentials.Warps.Warp
Résultat void