C# Class EPiCode.Relations.Core.Settings

Afficher le fichier Open project: BVNetwork/Relations Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetSettingValue ( string key ) : string
SaveSetting ( string key, string value ) : void
Settings ( ) : System
Settings ( string key, string value ) : System

Méthodes protégées

Méthode Description
Initialize ( ) : void

Method Details

GetSettingValue() public static méthode

public static GetSettingValue ( string key ) : string
key string
Résultat string

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

SaveSetting() public static méthode

public static SaveSetting ( string key, string value ) : void
key string
value string
Résultat void

Settings() public méthode

public Settings ( ) : System
Résultat System

Settings() public méthode

public Settings ( string key, string value ) : System
key string
value string
Résultat System