Fields documentation for SeasonInterval
Name | Type | Summery | Remarks |
---|---|---|---|
EditState | EditStateEnum | EditState is used to keep track of the edit state of items in list/collection properties. The field is initialized to None. For inbounded DTOs derived from this value is overwritten by the correct value from the service consumer doing deserialization. | |
EndDate | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. | |
EntityType | Int32 | Overrides EntityType from base class. Necessary because the DataContracts.RentalCalendarDto.SeasonIntervals are filled with some trimmed SeasonInterval intervals or some intervals where the endDate is extended with a timestamp. If and parent dto contains both the RentalCalendarDto and a seperate list of SeasonInterval intervals the PreserveReferenceSurrogate will sometimes replace a not trimmed SeasonInterval interval with the trimmed version of same entity or vice versa. Hence to distinct the 2 version of the same entity this EntityType returns the total hours differences. | |
ExternalId | Int32 | Temporary server assigned unique Id for each datacontract object created in the server without persistece.. this property will use the fix the references of the all cloned objects. | |
Id | Int32 | OpenAccess identity property. | |
Season | SeasonListItem | The season code. | |
StartDate | DateTime | Start date. | |
Version | Int32 | OpenAccess concurrency version property. |