C# 클래스 fCraft.BoolKeyAttribute

상속: ConfigKeyAttribute
파일 보기 프로젝트 열기: GlennMR/800craft

공개 메소드들

메소드 설명
BoolKeyAttribute ( ConfigSection section, bool defaultValue, string description ) : System
Process ( string value ) : string
Validate ( string value ) : void

메소드 상세

BoolKeyAttribute() 공개 메소드

public BoolKeyAttribute ( ConfigSection section, bool defaultValue, string description ) : System
section ConfigSection
defaultValue bool
description string
리턴 System

Process() 공개 메소드

public Process ( string value ) : string
value string
리턴 string

Validate() 공개 메소드

public Validate ( string value ) : void
value string
리턴 void