C# 클래스 ARUP.IssueTracker.Classes.MySettings

파일 보기 프로젝트 열기: ArupAus/issue-tracker 1 사용 예제들

공개 메소드들

메소드 설명
Get ( string key ) : string
Set ( string key, string value ) : void

비공개 메소드들

메소드 설명
GetConfig ( ) : Configuration

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string key ) : string
key string
리턴 string

Set() 공개 정적인 메소드

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