|
 | clearResolvedParameterValue |
Clears any resolved parameter value that was populated during a resolve call. This may be used if the value has changed and the parameter value is not aware of that changing,
making the resolved parameter value no longer valid.
|
 | clearTokens |
Clears all the tokens in the parameter value. This should be done if a value is set, or a token not on the same property.
|
 | clearValues |
Clears all the discreet values in the parameter value. This should be done if a token is set.
|
 | equals |
Compares this parameter value to another parameter value for equality.
They do not need to be the same instance.
|
 | fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
 | invalidateLastModifiedTime |
Invalidates the last modified time to now.
|
 | resolve |
Resolves the parameter value token to the discrete values.
|
 | toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |