Class ProfileParameterEntry
Represents a profile parameter entry in a profile instance.
[Serializable]
public class ProfileParameterEntry
- Inheritance
-
ProfileParameterEntry
- Extension Methods
Constructors
- ProfileParameterEntry()
Initializes a new instance of the ProfileParameterEntry class.
Properties
- CapabilityUsageValue
Gets or sets the capability usage value.
- CapacityUsageValue
Gets or sets the capacity usage value.
- Disabled
Gets or sets a value indicating whether this parameter is disabled.
- Parameter
Gets or sets the profile parameter this entry relates to.
- ParameterID
Gets the ID of the profile parameter this entry relates to.
- ParameterSettings
Gets or sets the parameter settings.
- Remarks
Gets or sets remarks related to this profile parameter entry.
- Value
Gets or sets the value of this profile parameter entry.
Methods
- Equals(ProfileParameterEntry)
Determines whether the specified ProfileParameterEntry object is equal to the current object.
- Equals(object)
Determines whether the specified object is equal to the current object.
- FiltersTo(ProfileParameterEntry)
Determines whether this parameter entry matches the specified filter.
- GetHashCode()
Calculates the hash code for this object.