C# Класс DirkSarodnick.GoogleSync.Core.Data.Storage

Defines the Storage class.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

GetProperty() публичный статический Метод

Gets the property.
public static GetProperty ( string key ) : string
key string The key.
Результат string

GetProperty() публичный статический Метод

Gets the property.
public static GetProperty ( this properties, string key ) : string
properties this The properties.
key string The key.
Результат string

SetProperty() публичный статический Метод

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.
Результат bool

SetProperty() публичный статический Метод

Sets the property.
public static SetProperty ( string key, string value ) : void
key string The key.
value string The value.
Результат void