Zum Hauptinhalt springen
Version: 5.4

Holiday Service

CountryDto

Diese Klasse enthält eine Länderdefinition.

DatatypeNameDescription
GuidIdUnique ID of the country
StringNameName of the country, e.g. Deutschland
RegionDto[]RegionsList of Regions that belongs to the country (e.g. Hessen)

RegionDto

Diese Klasse enthält Informationen zu einem Bundesland (z.B. Hessen) und ist meistens in einem CountryDTO Objekt eingebettet.

DatatypeNameDescription
GuidIdUnique ID of Region
StringNameName of the Region

PublicHolidayDto

Diese Klasse enthält Informationen zu einem Feiertag.

DatatypeNameDescription
GuidCountryIdUnique ID of the Country
StringCountryName of the country
Guid?RegionIdUnique ID of the Region
StringRegionName of the region
StringNameName of the public holiday
Int?ValidSinceYearYear since the holiday is valid
Int?ValidUntilYearYear until the holiday is valid
BoolIsHalfDayTrue, if it’s only a half day holiday
PublicHolidayTypePublicHolidayTypeType of the public holiday
DateTimeDateDate of the public holiday
DateTimeManuelSetDateHelper for the calculated date of the holiday
BoolReverseTrue, indicates that the numbered holiday will be reversed.
IntNumberNumber that is used for counting when used in numbered holidays
DayOfWeekWeekdayWeekday of the public holiday
PublicHolidayDtoReferencedHolidayReferenced holiday if the current holiday is dependend on it
stringValidationInformationGets a string that defines when the holiday is valid