C# Class Fusion.Core.Configuration.ConfigVariable

Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Object object
Prefix string
Property System.Reflection.PropertyInfo

Méthodes publiques

Méthode 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 méthode

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

Get() public méthode

Gets config variable value as string.
public Get ( ) : string
Résultat string

Set() public méthode

Sets config variable from text value.
public Set ( string value ) : void
value string
Résultat void

Property Details

Name public_oe property

public string Name
Résultat string

Object public_oe property

public object Object
Résultat object

Prefix public_oe property

public string Prefix
Résultat string

Property public_oe property

public PropertyInfo,System.Reflection Property
Résultat System.Reflection.PropertyInfo