C# Class Paralect.Config.Settings.SettingsPropertyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: paralect/Paralect.Config Class Usage Examples

Méthodes publiques

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

Map property of not primitive type
public SettingsPropertyAttribute ( ) : System
Résultat System

SettingsPropertyAttribute() public méthode

Map property to the key of application settings
public SettingsPropertyAttribute ( String key ) : System
key String
Résultat System