.. _doxcsid-class_p1_1_1_camera_sdk_1_1_property_value: PropertyValue Class ~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Hold a single property value, and acts like a union of different property types :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class PropertyValue : IEquatable< PropertyValue > .. _csdetails-class_p1_1_1_camera_sdk_1_1_property_value: Remarks ^^^^^^^ Hold a single property value, and acts like a union of different property types Constructors ^^^^^^^^^^^^ .. toctree:: :hidden: PropertyValue .. list-table:: :widths: 30 70 * - :ref:`PropertyValue(PropertyType type) ` - Properties ^^^^^^^^^^ .. toctree:: :hidden: Type IntValue FloatValue StringValue PointValue ColorValue AreaValue AreaFloatValue RectValue RangeValue RangeFloatValue PresentationString IconId .. list-table:: :widths: 30 70 * - :ref:`Type ` - * - :ref:`IntValue ` - * - :ref:`FloatValue ` - * - :ref:`StringValue ` - * - :ref:`PointValue ` - * - :ref:`ColorValue ` - * - :ref:`AreaValue ` - * - :ref:`AreaFloatValue ` - * - :ref:`RectValue ` - * - :ref:`RangeValue ` - * - :ref:`RangeFloatValue ` - * - :ref:`PresentationString ` - * - :ref:`IconId ` - Methods ^^^^^^^ .. toctree:: :hidden: GetHashCode Equals Equals ToString operator== operator!= operator PropertyValue operator PropertyValue operator PropertyValue operator PropertyValue operator PropertyValue operator PropertyValue operator PropertyValue operator PropertyValue operator bool operator Int32 operator Int64 operator UInt32 operator UInt64 operator double operator string .. list-table:: :widths: 33 67 * - :ref:`GetHashCode() ` - * - :ref:`Equals(object o) ` - * - :ref:`Equals(PropertyValue another) ` - * - :ref:`ToString() ` - Returns a simple string representation of this property * - :ref:`operator==(PropertyValue a, PropertyValue b) ` - * - :ref:`operator!=(PropertyValue a, PropertyValue b) ` - * - :ref:`operator PropertyValue(System.Enum e) ` - * - :ref:`operator PropertyValue(bool v) ` - * - :ref:`operator PropertyValue(Int32 v) ` - * - :ref:`operator PropertyValue(Int64 v) ` - * - :ref:`operator PropertyValue(UInt32 v) ` - * - :ref:`operator PropertyValue(UInt64 v) ` - * - :ref:`operator PropertyValue(double v) ` - * - :ref:`operator PropertyValue(string v) ` - * - :ref:`operator bool(PropertyValue p) ` - * - :ref:`operator Int32(PropertyValue p) ` - * - :ref:`operator Int64(PropertyValue p) ` - * - :ref:`operator UInt32(PropertyValue p) ` - * - :ref:`operator UInt64(PropertyValue p) ` - * - :ref:`operator double(PropertyValue p) ` - * - :ref:`operator string(PropertyValue p) ` -