C# Class fCraft.RankKeyAttribute

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

Public Methods

Method Description
Process ( string value ) : string
RankKeyAttribute ( ConfigSection section, BlankValueMeaning blankMeaning, string description ) : System
Validate ( string value ) : void

Private Methods

Method Description
GetBlankValueSubstitute ( ) : Rank

Method Details

Process() public method

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

RankKeyAttribute() public method

public RankKeyAttribute ( ConfigSection section, BlankValueMeaning blankMeaning, string description ) : System
section ConfigSection
blankMeaning BlankValueMeaning
description string
return System

Validate() public method

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