C# Class Paralect.Config.Settings.SettingsPropertyAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: paralect/Paralect.Config Class Usage Examples

Public Methods

Method Description
SettingsPropertyAttribute ( ) : System

Map property of not primitive type

SettingsPropertyAttribute ( String key ) : System

Map property to the key of application settings

Method Details

SettingsPropertyAttribute() public method

Map property of not primitive type
public SettingsPropertyAttribute ( ) : System
return System

SettingsPropertyAttribute() public method

Map property to the key of application settings
public SettingsPropertyAttribute ( String key ) : System
key String
return System