Smart Gallery v1.1
 
Loading...
Searching...
No Matches
PropertyValue Class Reference

The value of the property. More...

Public Member Functions

 PropertyValue ()
 Initializes a new instance of the PropertyValue class.
 
 PropertyValue (string key, string value)
 Initializes a new instance of the PropertyValue class with the specified key and string value.
 
 PropertyValue (string key, float value)
 Initializes a new instance of the PropertyValue class with the specified key and float value.
 
 PropertyValue (string key, int value)
 Initializes a new instance of the PropertyValue class with the specified key and int value.
 
 PropertyValue (string key, bool value)
 Initializes a new instance of the PropertyValue class with the specified key and bool value.
 
 PropertyValue (string key, Color value)
 Initializes a new instance of the PropertyValue class with the specified key and Color value.
 
 PropertyValue (string key, Vector2 value)
 Initializes a new instance of the PropertyValue class with the specified key and Vector2 value.
 
 PropertyValue (string key, Vector3 value)
 Initializes a new instance of the PropertyValue class with the specified key and Vector3 value.
 
 PropertyValue (string key, Object value)
 Initializes a new instance of the PropertyValue class with the specified key and Object value.
 

Public Attributes

string key
 The key of the property.
 
PropertyType type
 The type of the property.
 

Properties

object value [get, set]
 Gets or sets the value of the property.
 

Detailed Description

The value of the property.

Constructor & Destructor Documentation

◆ PropertyValue() [1/8]

PropertyValue ( string key,
string value )

Initializes a new instance of the PropertyValue class with the specified key and string value.

Parameters
keyKey of the property.
valueValue of the property.

◆ PropertyValue() [2/8]

PropertyValue ( string key,
float value )

Initializes a new instance of the PropertyValue class with the specified key and float value.

Parameters
keyKey of the property.
valueValue of the property.

◆ PropertyValue() [3/8]

PropertyValue ( string key,
int value )

Initializes a new instance of the PropertyValue class with the specified key and int value.

Parameters
keyKey of the property.
valueValue of the property.

◆ PropertyValue() [4/8]

PropertyValue ( string key,
bool value )

Initializes a new instance of the PropertyValue class with the specified key and bool value.

Parameters
keyKey of the property.
valueValue of the property.

◆ PropertyValue() [5/8]

PropertyValue ( string key,
Color value )

Initializes a new instance of the PropertyValue class with the specified key and Color value.

Parameters
keyKey of the property.
valueValue of the property.

◆ PropertyValue() [6/8]

PropertyValue ( string key,
Vector2 value )

Initializes a new instance of the PropertyValue class with the specified key and Vector2 value.

Parameters
keyKey of the property.
valueValue of the property.

◆ PropertyValue() [7/8]

PropertyValue ( string key,
Vector3 value )

Initializes a new instance of the PropertyValue class with the specified key and Vector3 value.

Parameters
keyKey of the property.
valueValue of the property.

◆ PropertyValue() [8/8]

PropertyValue ( string key,
Object value )

Initializes a new instance of the PropertyValue class with the specified key and Object value.

Parameters
keyKey of the property.
valueValue of the property.