BandwidthEntryModel Class |
Namespace: DoubleTake.Web.Models
The BandwidthEntryModel type exposes the following members.
| Name | Description | |
|---|---|---|
| BandwidthEntryModel | Initializes a new instance of the BandwidthEntryModel class |
| Name | Description | |
|---|---|---|
| DaysOfWeek |
Gets or sets the days of the week to which the entry applies.
| |
| EndTime |
Gets or sets the end time of the entry.
| |
| EntryType |
Gets or sets the type of the entry.
| |
| IsUnlimited |
Gets or sets a value indicating whether or not this entry allows unlimited bandwidth.
| |
| Limit |
Gets or sets the bandwidth limit for the entry, in bytes per second.
| |
| Name |
Gets or sets the name of the bandwidth schedule entry.
| |
| StartTime |
Gets or sets the start time of the entry.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |