C# Class fCraft.IntKeyAttribute

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

Public Methods

Method Description
IntKeyAttribute ( ConfigSection section, int defaultValue, string description ) : System
Validate ( string value ) : void

Method Details

IntKeyAttribute() public method

public IntKeyAttribute ( ConfigSection section, int defaultValue, string description ) : System
section ConfigSection
defaultValue int
description string
return System

Validate() public method

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