Name | Description | |
---|---|---|
NetworkTravelModeParameterValue Constructor | Overloaded. |
The following tables list the members exposed by NetworkTravelModeParameterValue.
Name | Description | |
---|---|---|
NetworkTravelModeParameterValue Constructor | Overloaded. |
Name | Description | |
---|---|---|
AttributeName | Gets and sets the attribute name. | |
ParameterName | Gets and sets the parameter name. | |
SerializeValue | Gets and sets the serialize value. | |
Value | Gets and sets the value. |
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. |