C# Class fCraft.EnumKeyAttribute

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

Méthodes publiques

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

Method Details

EnumKeyAttribute() public méthode

public EnumKeyAttribute ( ConfigSection section, object defaultValue, string description ) : System
section ConfigSection
defaultValue object
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