C# 클래스 FirstFloor.ModernUI.Helpers.LimitedStorage

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
Move ( string space, string oldKey, string newKey ) : void
RegisterSpace ( string name, int capacity ) : void
Remove ( string space, string key ) : void
Set ( string space, string key, string value ) : void

비공개 메소드들

메소드 설명
Get ( string space, string key ) : string
LimitedStorage ( ) : System
LoadSpace ( string space ) : KeysList
Save ( string space ) : void

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Move() 공개 정적인 메소드

public static Move ( string space, string oldKey, string newKey ) : void
space string
oldKey string
newKey string
리턴 void

RegisterSpace() 공개 정적인 메소드

public static RegisterSpace ( string name, int capacity ) : void
name string
capacity int
리턴 void

Remove() 공개 정적인 메소드

public static Remove ( string space, string key ) : void
space string
key string
리턴 void

Set() 공개 정적인 메소드

public static Set ( string space, string key, string value ) : void
space string
key string
value string
리턴 void