Public Constructors | |
| property (const xtd::string &value) | |
| property (const property &)=default | |
| property & | operator= (const property &)=default |
| property (property &&)=default | |
| property & | operator= (property &&)=default |
Operators | |
| operator xtd::string () noexcept | |
Public Properties | |
| auto | value () const noexcept -> const xtd::string & |
| template<typename value_t> | |
| auto | value () const noexcept -> value_t |
Public Methods | |
| auto | to_boolean () const -> bool |
| auto | to_double () const -> double |
| auto | to_int8 () const -> xtd::sbyte |
| auto | to_int16 () const -> xtd::int16 |
| auto | to_int32 () const -> xtd::int32 |
| auto | to_int64 () const -> xtd::int64 |
| auto | to_intptr () const -> xtd::intptr |
| auto | to_single () const -> xtd::single |
| auto | to_string () const noexcept -> xtd::string override |
| Returns a xtd::string that represents the current object. | |
| auto | to_uint8 () const -> xtd::byte |
| auto | to_uint16 () const -> xtd::uint16 |
| auto | to_uint32 () const -> xtd::uint32 |
| auto | to_uint64 () const -> xtd::uint64 |
| auto | to_uintptr () const -> xtd::uintptr |
| template<typename value_t> | |
| auto | to () const -> value_t |
Public Static Methods | |
| static auto | from (bool value) -> property |
| static auto | from (double value) -> property |
| static auto | from (xtd::single value) -> property |
| static auto | from (xtd::sbyte value) -> property |
| static auto | from (xtd::int16 value) -> property |
| static auto | from (xtd::int32 value) -> property |
| static auto | from (xtd::int64 value) -> property |
| static auto | from (const xtd::string &value) -> property |
| static auto | from (xtd::byte value) -> property |
| static auto | from (xtd::uint16 value) -> property |
| static auto | from (xtd::uint32 value) -> property |
| static auto | from (xtd::uint64 value) -> property |
| static auto | from (const auto &value) -> property |
Additional Inherited Members | |
| object ()=default | |
| Create a new instance of the ultimate base class object. | |
| virtual auto | equals (const object &obj) const noexcept -> bool |
| Determines whether the specified object is equal to the current object. | |
| virtual auto | get_hash_code () const noexcept -> xtd::usize |
| Serves as a hash function for a particular type. | |
| virtual auto | get_type () const noexcept -> type_object |
| Gets the type of the current instance. | |
| template<typename object_t> | |
| auto | memberwise_clone () const -> xtd::unique_ptr_object< object_t > |
| Creates a shallow copy of the current object. | |
| template<typename object_a_t, typename object_b_t> | |
| static auto | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool |
| Determines whether the specified object instances are considered equal. | |
| template<typename object_a_t, typename object_b_t> | |
| static auto | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool |
| Determines whether the specified object instances are the same instance. | |
|
inlinenodiscardoverridevirtualnoexcept |
Returns a xtd::string that represents the current object.
Reimplemented from xtd::object.