Class ParameterValue
Represents a Profile Manager parameter value.
[Serializable]
public class ParameterValue : IProfileParameterValue
- Inheritance
-
ParameterValue
- Implements
- Extension Methods
Constructors
- ParameterValue()
Initializes a new instance of the ParameterValue class.
- ParameterValue(ParameterValue)
Initializes a new instance of the ParameterValue class using the specified parameter value.
Properties
- DoubleValue
Gets or sets the parameter value in case the type is Double.
- StringValue
Gets or sets the parameter value in case the type is String.
- Type
Gets or sets the type of the parameter value.
Methods
- Equals(ParameterValue)
Determines whether the specified ParameterValue object is equal to the current object.
- Equals(object)
Determines whether the specified object is equal to the current object.
- GetHashCode()
Calculates the hash code for this object.
- ToString()
Returns a string that represents the current object.