C# Class Essentials.Warps.WarpManager

Mostrar archivo Open project: LukeTDSM/Essentials-TDSM Class Usage Examples

Public Methods

Method 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 method

public static CleanUserName ( string user ) : string
user string
return string

ContainsWarp() public static method

public static ContainsWarp ( string WarpName ) : bool
WarpName string
return bool

ContainsWarp() public static method

public static ContainsWarp ( string WarpName, int &Index ) : bool
WarpName string
Index int
return bool

CreateTemplate() public static method

public static CreateTemplate ( string WarpRecords, string Indentifier ) : void
WarpRecords string
Indentifier string
return void

GetWarp() public static method

public static GetWarp ( string WarpName ) : Essentials.Warps.Warp
WarpName string
return Essentials.Warps.Warp

GetWarp() public static method

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

LoadData() public static method

public static LoadData ( string WarpRecords ) : List
WarpRecords string
return List

RemoveWarp() public static method

public static RemoveWarp ( string WarpName ) : bool
WarpName string
return bool

Save() public static method

public static Save ( string WarpRecords, Action SaveMethod, string Identifier ) : void
WarpRecords string
SaveMethod Action
Identifier string
return void

Save() public static method

public static Save ( string WarpRecords, string Indentifier ) : void
WarpRecords string
Indentifier string
return void

UpdateWarp() public static method

public static UpdateWarp ( Essentials.Warps.Warp warp ) : void
warp Essentials.Warps.Warp
return void

WriteWarpElement() public static method

public static WriteWarpElement ( XmlWriter xmlWriter, Essentials.Warps.Warp Warp ) : void
xmlWriter XmlWriter
Warp Essentials.Warps.Warp
return void