VacationTypeConfigurationWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class VacationTypeConfigurationWeb : DataContractEntityWeb
The VacationTypeConfigurationWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | VacationTypeConfigurationWeb |
Name | Description | |
---|---|---|
![]() | AllowConfigureArrivalDays |
Indicates if it is allowed to configure the vacation types allowed arrival days interval using the day of week collection: ArrivalDays.
If false, arrival days cannot be configured individially for this vacation type.
|
![]() | AllowConfigureWeeks |
Indicates if it is allowed to configure the vacation types interval using the week number collection: [!:AvailableWeeks].
If false, the collection of date intervals must be used: [!:AvailableIntervals].
|
![]() | ArrivalDays |
Allowed arrival days for this vacation type.
|
![]() | DefaultIntervals |
When AllowConfigureWeeks is false this property indicates if the vacation type is configured using the default date intervals in the collection SelectedIntervals.
To remove a vacation type that has DefaultIntervals set to true, simply set it to false and clear the collection SelectedIntervals.
|
![]() | Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) |
![]() | Name |
Name always in the specified customer language
|
![]() | SelectedIntervals |
The selected intervals where this vacation type applies.
|
![]() | SelectedWeeks |
The selected week numbers where this vacation type applies.
|
![]() | Type |
Vacation type - type
|