Name | Description | |
---|---|---|
ConvertToPropertyValue | Converts the source value of the specified type from the serialize value to the property value representation. | |
ConvertToSerializeValue | Converts the source value of the specified type from the property value to the serialize value representation. | |
FromJson | Reconstructs the NetworkTravelModeParameterValue with a specified state from a JSON encoding. | |
ToJson | Creates a JSON encoding of the NetworkTravelModeParameterValue and its current state. | |
ToString | JSON encoding of the NetworkTravelModeParameterValue and its current state. | |
TryConvertToPropertyValue | Attempts to convert the source value of the specified type from the serialize value to the property value representation. Returns true if the conversion succeeded. Otherwise returns false. | |
TryConvertToSerializeValue | Attempts to convert the source value of the specified type from the property value to the serialize value representation. Returns true if the conversion succeeded. Otherwise returns false. |