C# Class DirkSarodnick.GoogleSync.Core.Data.Storage

Defines the Storage class.
Afficher le fichier Open project: d03n3rfr1tz3/GoogleSync

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetProperty ( string key ) : string

Gets the property.

GetProperty ( this properties, string key ) : string

Gets the property.

SetProperty ( this properties, string key, string value ) : bool

Sets the property.

SetProperty ( string key, string value ) : void

Sets the property.

Method Details

GetProperty() public static méthode

Gets the property.
public static GetProperty ( string key ) : string
key string The key.
Résultat string

GetProperty() public static méthode

Gets the property.
public static GetProperty ( this properties, string key ) : string
properties this The properties.
key string The key.
Résultat string

SetProperty() public static méthode

Sets the property.
public static SetProperty ( this properties, string key, string value ) : bool
properties this The properties.
key string The key.
value string The value.
Résultat bool

SetProperty() public static méthode

Sets the property.
public static SetProperty ( string key, string value ) : void
key string The key.
value string The value.
Résultat void