C# Class JuneTools.LocalStorageValue

Datei anzeigen Open project: JuneSoftware/LocalStorage Class Usage Examples

Public Properties

Property Type Description
HasChanged bool
IsToBeDeleted bool

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

GetValuesFromDictionary() public static method

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

LocalStorageValue() public method

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

LocalStorageValue() public method

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

ToString() public method

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

Property Details

HasChanged public_oe property

The has changed.
public bool HasChanged
return bool

IsToBeDeleted public_oe property

The is to be deleted.
public bool IsToBeDeleted
return bool