C# 클래스 Essentials.Warps.WarpManager

파일 보기 프로젝트 열기: LukeTDSM/Essentials-TDSM 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CleanUserName() 공개 정적인 메소드

public static CleanUserName ( string user ) : string
user string
리턴 string

ContainsWarp() 공개 정적인 메소드

public static ContainsWarp ( string WarpName ) : bool
WarpName string
리턴 bool

ContainsWarp() 공개 정적인 메소드

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

CreateTemplate() 공개 정적인 메소드

public static CreateTemplate ( string WarpRecords, string Indentifier ) : void
WarpRecords string
Indentifier string
리턴 void

GetWarp() 공개 정적인 메소드

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

GetWarp() 공개 정적인 메소드

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

LoadData() 공개 정적인 메소드

public static LoadData ( string WarpRecords ) : List
WarpRecords string
리턴 List

RemoveWarp() 공개 정적인 메소드

public static RemoveWarp ( string WarpName ) : bool
WarpName string
리턴 bool

Save() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

public static Save ( string WarpRecords, string Indentifier ) : void
WarpRecords string
Indentifier string
리턴 void

UpdateWarp() 공개 정적인 메소드

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

WriteWarpElement() 공개 정적인 메소드

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