PeriodicScheduler Class |
Namespace: DHI.Mike1D.BoundaryModule.PeriodicItem
public class PeriodicScheduler : IPeriodicScheduler, IExtensibleDataObject
The PeriodicScheduler type exposes the following members.
| Name | Description | |
|---|---|---|
| PeriodicScheduler | Initializes a new instance of the PeriodicScheduler class |
| Name | Description | |
|---|---|---|
| ExtensionData |
Data from an extended DataContract not recognized here
| |
| Id |
Id of Periodic Pattern
| |
| ScheduleProfileMap |
Schedule-DailyPattern map, ordered such that the top most ones
are tested first
| |
| SpecialDays |
Special days. Set to null to remove existing/disable.
|
| Name | Description | |
|---|---|---|
| Add |
Add a schedule and a dailyPattern to the PeriodicScheduler
| |
| Count |
Number of Schedule-Pattern pairs
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAccumulatedValue |
Get the accumulated value in the time span.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetProfileAt |
Return the Schedule for the Schedule-dailyPattern pair at the specified index
| |
| GetScheduleAt |
Return the Schedule for the Schedule-dailyPattern pair at the specified index
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue |
Get the value of the periodic pattern at the given date.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Prepare |
Prepare item for simulation.
| |
| RemoveAt |
Remove a schedule and a dailyPattern at the specified index
| |
| ResetBuffer |
Reset the buffer, in case changes have been made to the
object, the buffer may no longer contain the correct
value.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Validate |
Validate this
|