C# 클래스 DirkSarodnick.GoogleSync.Core.Data.Storage

Defines the Storage class.
파일 보기 프로젝트 열기: d03n3rfr1tz3/GoogleSync

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