C# Class Fusion.Core.Configuration.ConfigVariable

Mostrar archivo Open project: demiurghg/FusionEngine Class Usage Examples

Public Properties

Property Type Description
Name string
Object object
Prefix string
Property System.Reflection.PropertyInfo

Public Methods

Method Description
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.

Method Details

ConfigVariable() public method

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

Get() public method

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

Set() public method

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

Property Details

Name public_oe property

public string Name
return string

Object public_oe property

public object Object
return object

Prefix public_oe property

public string Prefix
return string

Property public_oe property

public PropertyInfo,System.Reflection Property
return System.Reflection.PropertyInfo