C# Class SenseNet.Benchmarking.Configuration

Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
GetBooleanConfigValue bool
GetIntArrayConfigValue int[]
GetIntegerConfigValue int
GetStringArrayConfigValue string[]

Private Methods

Method Description
GetBooleanConfigValue ( string key, bool defaultValue ) : bool
GetIntArrayConfigValue ( string key ) : int[]
GetIntegerConfigValue ( string key, int defaultValue ) : int
GetStringArrayConfigValue ( string key ) : string[]