C# Class fCraft.ConfigKeyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

Méthode Description
TryValidate ( string value ) : bool
Validate ( [ value ) : void

Méthodes protégées

Méthode Description
ConfigKeyAttribute ( ConfigSection section, [ valueType, object defaultValue, [ description ) : System

Private Methods

Méthode Description
Process ( string value ) : string

Method Details

ConfigKeyAttribute() protected méthode

protected ConfigKeyAttribute ( ConfigSection section, [ valueType, object defaultValue, [ description ) : System
section ConfigSection
valueType [
defaultValue object
description [
Résultat System

TryValidate() public méthode

public TryValidate ( string value ) : bool
value string
Résultat bool

Validate() public méthode

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