C# 클래스 Scalien.ConfigFile

파일 보기 프로젝트 열기: scalien/scaliendb

공개 프로퍼티들

프로퍼티 타입 설명
Filename string

공개 메소드들

메소드 설명
ConfigFile ( string filePath = null ) : System
GetBoolValue ( string key, bool defaultValue ) : bool
GetInt64Value ( string key, System.Int64 defaultValue ) : System.Int64
GetIntValue ( string key, int defaultValue ) : int
GetStringArrayValue ( string key, string defaultValue = null ) : string[]
GetStringValue ( string key, string defaultValue = null ) : string
GetUInt64Value ( string key, System.UInt64 defaultValue ) : System.UInt64
this ( string Param ) : string

비공개 메소드들

메소드 설명
Open ( string filePath ) : void

메소드 상세

ConfigFile() 공개 메소드

public ConfigFile ( string filePath = null ) : System
filePath string
리턴 System

GetBoolValue() 공개 메소드

public GetBoolValue ( string key, bool defaultValue ) : bool
key string
defaultValue bool
리턴 bool

GetInt64Value() 공개 메소드

public GetInt64Value ( string key, System.Int64 defaultValue ) : System.Int64
key string
defaultValue System.Int64
리턴 System.Int64

GetIntValue() 공개 메소드

public GetIntValue ( string key, int defaultValue ) : int
key string
defaultValue int
리턴 int

GetStringArrayValue() 공개 메소드

public GetStringArrayValue ( string key, string defaultValue = null ) : string[]
key string
defaultValue string
리턴 string[]

GetStringValue() 공개 메소드

public GetStringValue ( string key, string defaultValue = null ) : string
key string
defaultValue string
리턴 string

GetUInt64Value() 공개 메소드

public GetUInt64Value ( string key, System.UInt64 defaultValue ) : System.UInt64
key string
defaultValue System.UInt64
리턴 System.UInt64

this() 공개 메소드

public this ( string Param ) : string
Param string
리턴 string

프로퍼티 상세

Filename 공개적으로 정적으로 프로퍼티

public static string Filename
리턴 string