| RangeValue Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class RangeValue : _RangeValue, ISerializable
The RangeValue type exposes the following members.
| Name | Description | |
|---|---|---|
| RangeValue |
Creates and returns a new object
| |
| RangeValue(Range) |
Creates and returns a new object
| |
| RangeValue(RangeValueValueTypeEnum) |
Creates and returns a new object
| |
| RangeValue(Range, RangeValueValueTypeEnum) |
Creates and returns a new object
| |
| RangeValue(RangeValueValueTypeEnum, SummaryColumn) |
Creates and returns a new object
| |
| RangeValue(RangeValueValueTypeEnum, Decimal) |
Creates and returns a new object
| |
| RangeValue(Range, RangeValueValueTypeEnum, SummaryColumn) |
Creates and returns a new object
| |
| RangeValue(Range, RangeValueValueTypeEnum, Decimal) |
Creates and returns a new object
|
| Name | Description | |
|---|---|---|
| GetObjectData | ||
| SetObjectData |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| FixedValue |
Gets and sets the fixed value for this object
| |
| Guid |
Gets ans sets the Guid for this object
| |
| ID |
Gets the unique ID of this object
| |
| MinMax |
Gets a value that indicates whether this RangeValue represents a minimum of maximum value.
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| Parent |
Gets and sets the parent range object for this RangeValue
| |
| PercentageValue |
Gets and sets the percentage of the full range value that is used to calculate this value
| |
| RangeValueType |
Gets ans sets the type of RangeValue represented by this object.
| |
| SummaryColumn |
Gets and sets the SummaryColumn used to derive the range value
| |
| Value |
Gets the current value for this object
|