C# Class fCraft.BoolKeyAttribute

Inheritance: ConfigKeyAttribute
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

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

Method Details

BoolKeyAttribute() public méthode

public BoolKeyAttribute ( ConfigSection section, bool defaultValue, string description ) : System
section ConfigSection
defaultValue bool
description string
Résultat System

Process() public méthode

public Process ( string value ) : string
value string
Résultat string

Validate() public méthode

public Validate ( string value ) : void
value string
Résultat void