C# Class fCraft.BoolKeyAttribute

Inheritance: ConfigKeyAttribute
Show file Open project: GlennMR/800craft

Public Methods

Method Description
BoolKeyAttribute ( ConfigSection section, bool defaultValue, string description ) : System
Process ( string value ) : string
Validate ( string value ) : void

Method Details

BoolKeyAttribute() public method

public BoolKeyAttribute ( ConfigSection section, bool defaultValue, string description ) : System
section ConfigSection
defaultValue bool
description string
return System

Process() public method

public Process ( string value ) : string
value string
return string

Validate() public method

public Validate ( string value ) : void
value string
return void