C# Class Setty.Settings.SettingsPropertyAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: paralect/setty

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