C# 클래스 Fusion.Core.Configuration.ConfigVariable

파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Object object
Prefix string
Property System.Reflection.PropertyInfo

공개 메소드들

메소드 설명
ConfigVariable ( string prefix, string name, PropertyInfo pi, object obj ) : System

Get ( ) : string

Gets config variable value as string.

Set ( string value ) : void

Sets config variable from text value.

메소드 상세

ConfigVariable() 공개 메소드

public ConfigVariable ( string prefix, string name, PropertyInfo pi, object obj ) : System
prefix string
name string
pi System.Reflection.PropertyInfo
obj object
리턴 System

Get() 공개 메소드

Gets config variable value as string.
public Get ( ) : string
리턴 string

Set() 공개 메소드

Sets config variable from text value.
public Set ( string value ) : void
value string
리턴 void

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Object 공개적으로 프로퍼티

public object Object
리턴 object

Prefix 공개적으로 프로퍼티

public string Prefix
리턴 string

Property 공개적으로 프로퍼티

public PropertyInfo,System.Reflection Property
리턴 System.Reflection.PropertyInfo