Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
The KeyValue class provides functionality for managing key-value pairs.
public class KeyValue : IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
View Source
KeyValue()
The default Constructor of KeyValue class.
Declaration
Fields
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use IntegerKey instead.")]
public int? KeyInt
Field Value
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use StringKey instead.")]
public string KeyString
Field Value
Declaration
[Obsolete("Deprecated in API9, will be removed in API11. Use PropertyValue instead.")]
public PropertyValue TrueValue
Field Value
Properties
View Source
BooleanValue
Gets or sets the boolean value associated with the key.
Declaration
public bool BooleanValue { get; set; }
Property Value
Declaration
public Color ColorValue { get; set; }
Property Value
Declaration
public Extents ExtentsValue { get; set; }
Property Value
View Source
IntergerValue
Gets or sets the integer value associated with the key.
Declaration
public int IntergerValue { get; set; }
Property Value
Declaration
public string Key { get; set; }
Property Value
View Source
OriginalKey
Gets or sets the original key associated with the KeyValue object.
Declaration
public object OriginalKey { get; set; }
Property Value
Exceptions
| Type |
Condition |
| System.ArgumentNullException |
Thrown when value is null.
|
Declaration
public Position2D Position2DValue { get; set; }
Property Value
Declaration
public Position PositionValue { get; set; }
Property Value
Declaration
public PropertyArray PropertyArrayValue { get; set; }
Property Value
Declaration
public PropertyMap PropertyMapValue { get; set; }
Property Value
Declaration
public Rectangle RectangleValue { get; set; }
Property Value
Declaration
public RelativeVector2 RelativeVector2Value { get; set; }
Property Value
Declaration
public RelativeVector3 RelativeVector3Value { get; set; }
Property Value
Declaration
public RelativeVector4 RelativeVector4Value { get; set; }
Property Value
Declaration
public Rotation RotationValue { get; set; }
Property Value
View Source
SingleValue
Gets or sets the Single(float) value associated with the key.
Declaration
public float SingleValue { get; set; }
Property Value
Declaration
public Size2D Size2DValue { get; set; }
Property Value
Declaration
public Size SizeValue { get; set; }
Property Value
View Source
StringValue
Gets or sets the string value associated with the key.
Declaration
public string StringValue { get; set; }
Property Value
View Source
Value
Gets or sets the value associated with the key.
Declaration
public object Value { get; set; }
Property Value
Declaration
public Vector2 Vector2Value { get; set; }
Property Value
Declaration
public Vector3 Vector3Value { get; set; }
Property Value
Declaration
public Vector4 Vector4Value { get; set; }
Property Value
Implements
System.IDisposable