C# Class fCraft.ConfigKeyAttribute

Inheritance: System.Attribute
Show file Open project: GlennMR/800craft

Public Methods

Method Description
TryValidate ( string value ) : bool
Validate ( [ value ) : void

Protected Methods

Method Description
ConfigKeyAttribute ( ConfigSection section, [ valueType, object defaultValue, [ description ) : System

Private Methods

Method Description
Process ( string value ) : string

Method Details

ConfigKeyAttribute() protected method

protected ConfigKeyAttribute ( ConfigSection section, [ valueType, object defaultValue, [ description ) : System
section ConfigSection
valueType [
defaultValue object
description [
return System

TryValidate() public method

public TryValidate ( string value ) : bool
value string
return bool

Validate() public method

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