C# 클래스 MinecraftWebToolkit.McProperties

파일 보기 프로젝트 열기: hassanselim0/MinecraftWebToolkit

공개 메소드들

메소드 설명
GetAll ( ) : List
GetValue ( string propName ) : string
RestoreBackup ( ) : void
SetAll ( List props ) : void
SetValue ( string name, string value ) : void

비공개 메소드들

메소드 설명
load ( ) : void
save ( ) : void

메소드 상세

GetAll() 공개 정적인 메소드

public static GetAll ( ) : List
리턴 List

GetValue() 공개 정적인 메소드

public static GetValue ( string propName ) : string
propName string
리턴 string

RestoreBackup() 공개 정적인 메소드

public static RestoreBackup ( ) : void
리턴 void

SetAll() 공개 정적인 메소드

public static SetAll ( List props ) : void
props List
리턴 void

SetValue() 공개 정적인 메소드

public static SetValue ( string name, string value ) : void
name string
value string
리턴 void