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

Defines the Storage class.
ファイルを表示 Open project: d03n3rfr1tz3/GoogleSync

Private Properties

Property Type Description

Public Methods

Method 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 method

Gets the property.
public static GetProperty ( string key ) : string
key string The key.
return string

GetProperty() public static method

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

SetProperty() public static method

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.
return bool

SetProperty() public static method

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