C# Class JuneTools.LocalStorageValue

Afficher le fichier Open project: JuneSoftware/LocalStorage Class Usage Examples

Méthodes publiques

Свойство Type Description
HasChanged bool
IsToBeDeleted bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

LocalStorageValue() public méthode

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

LocalStorageValue() public méthode

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

ToString() public méthode

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

Property Details

HasChanged public_oe property

The has changed.
public bool HasChanged
Résultat bool

IsToBeDeleted public_oe property

The is to be deleted.
public bool IsToBeDeleted
Résultat bool