C# 클래스 JuneTools.LocalStorageValue

파일 보기 프로젝트 열기: JuneSoftware/LocalStorage 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HasChanged bool
IsToBeDeleted bool

공개 메소드들

메소드 설명
GetValuesFromDictionary ( object>.IDictionary dictionary ) : List

Gets the values from dictionary.

LocalStorageValue ( object>.KeyValuePair keyValue ) : System

Initializes a new instance of the LocalStorageValue class.

LocalStorageValue ( string key, object value ) : System

Initializes a new instance of the JuneTools.LocalStorageValue class.

ToString ( ) : string

Returns a System.String that represents the current JuneTools.LocalStorageValue.

비공개 메소드들

메소드 설명
GetFloatValue ( object value ) : float

Gets the float value.

GetIntValue ( object value ) : int

Gets the int value.

GetStrValue ( object value ) : string

Gets the string value.

GetValueType ( object value ) : ValueType

Gets the type of the value.

메소드 상세

GetValuesFromDictionary() 공개 정적인 메소드

Gets the values from dictionary.
public static GetValuesFromDictionary ( object>.IDictionary dictionary ) : List
dictionary object>.IDictionary Dictionary.
리턴 List

LocalStorageValue() 공개 메소드

Initializes a new instance of the LocalStorageValue class.
public LocalStorageValue ( object>.KeyValuePair keyValue ) : System
keyValue object>.KeyValuePair Key value.
리턴 System

LocalStorageValue() 공개 메소드

Initializes a new instance of the JuneTools.LocalStorageValue class.
public LocalStorageValue ( string key, object value ) : System
key string Key.
value object Value.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current JuneTools.LocalStorageValue.
public ToString ( ) : string
리턴 string

프로퍼티 상세

HasChanged 공개적으로 프로퍼티

The has changed.
public bool HasChanged
리턴 bool

IsToBeDeleted 공개적으로 프로퍼티

The is to be deleted.
public bool IsToBeDeleted
리턴 bool