Virtual PhotonicsThe Range T type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Range T |
The only reason this is here is to satisfy the DataContractSerializer
| |
| Range T (T, T, Int32) |
Defines the range
|
Methods
| Name | Description | |
|---|---|---|
| AfterPropertyChanged |
Derived classes can override this method to
execute logic after a property is set. The
base implementation does nothing.
(Inherited from BindableObject.) | |
| AsEnumerable |
Returns an IEnumerable of type Time that represents the range
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetDelta |
An abstract method to get the delta value. To be defined by the subclass
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetIncrement |
An abstract method to get the increment value. To be defined by the subclass
| |
| GetNewCount |
An abstract method to get the count. To be defined by the subclass
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnPropertyChanged |
Attempts to raise the PropertyChanged event, and
invokes the virtual AfterPropertyChanged method,
regardless of whether the event was raised or not.
(Inherited from BindableObject.) | |
| ToString |
Returns a string that represents the range
(Overrides |
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of values in the range, inclusive of the endpoints
| |
| Delta |
The increment between successive numbers
| |
| Start |
The start of the range
| |
| Stop |
The end of the range
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Raised when a public property of this object is set.
(Inherited from BindableObject.) |
See Also