BuildDayRequest Class |
Namespace: ParaPlanREST.Models
[SerializableAttribute] public class BuildDayRequest
The BuildDayRequest type exposes the following members.
Name | Description | |
---|---|---|
BuildDayRequest | Initializes a new instance of the BuildDayRequest class |
Name | Description | |
---|---|---|
buildIfNotBuilt |
If the system should build the day if it is not built. This needs to be true and checkOnly needs to be false for the day to be built
| |
checkOnly |
If the system should just check
| |
dateToBuild |
The date that will be built or check
|
Name | Description | |
---|---|---|
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |