C# Class ARUP.IssueTracker.Classes.MySettings

Afficher le fichier Open project: ArupAus/issue-tracker Class Usage Examples

Méthodes publiques

Méthode Description
Get ( string key ) : string
Set ( string key, string value ) : void

Private Methods

Méthode Description
GetConfig ( ) : Configuration

Method Details

Get() public static méthode

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

Set() public static méthode

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