C# Class NCaptcha.Configuration.Config

Exibir arquivo Open project: x2bool/NCaptcha Class Usage Examples

Public Methods

Method Description
InitValues ( ) : void
Parse ( object obj ) : Config

Protected Methods

Method Description
Config ( ) : System
Config ( INumberGenerator random ) : System

Private Methods

Method Description
GetBitmapFontStream ( string path ) : Stream
GetDerivedColor ( Color baseColor ) : Color
ParseBool ( string name, string type, object val ) : bool
ParseColor ( string name, string type, object val ) : Color
ParseInt ( string name, string type, object val ) : int
ParseString ( string name, string type, object val ) : string

Method Details

Config() protected method

protected Config ( ) : System
return System

Config() protected method

protected Config ( INumberGenerator random ) : System
random INumberGenerator
return System

InitValues() public method

public InitValues ( ) : void
return void

Parse() public static method

public static Parse ( object obj ) : Config
obj object
return Config