You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// [NOTICE: This is a beta property, and is highly likely to change in future versions of this library.]
754
+
/// A property that indicates whether the event contains a high frequency of occurrences. Intended as a UI hint for interfaces that represent these occurrences.
755
+
///
756
+
/// If you are using this property, please join the discussion at proposal [#301](https://github.com/openactive/modelling-opportunity-data/issues/301).
/// [NOTICE: This is a beta property, and is highly likely to change in future versions of this library.]
754
764
/// Contact details for an Event, where they are not specifically related to the `organizer` or `leader`.
755
765
///
756
766
/// If you are using this property, please join the discussion at proposal [#113](https://github.com/openactive/modelling-opportunity-data/issues/113).
@@ -765,22 +775,22 @@ public override string ToString()
765
775
///
766
776
/// If you are using this property, please join the discussion at proposal [#161](https://github.com/openactive/modelling-opportunity-data/issues/161).
@@ -436,7 +446,7 @@ public override string ToString()
436
446
///
437
447
/// If you are using this property, please join the discussion at proposal [#161](https://github.com/openactive/modelling-opportunity-data/issues/161).
Copy file name to clipboardExpand all lines: OpenActive.NET/models/Offer.cs
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -225,19 +225,26 @@ public override string ToString()
225
225
publicnewvirtualUriUrl{get;set;}
226
226
227
227
/// <summary>
228
-
/// The duration before the startDate for which this Offer is valid, given in ISO 8601 format. This is a relatively-defined equivalent of schema:validFrom, to allow for Offer inheritance.
228
+
/// The duration before the `startDate` for which this `Offer` is valid, given in ISO 8601 format. This is a relatively-defined equivalent of `schema:validFrom`, to allow for `Offer` inheritance.
/// The duration before the `startDate` after which the `Offer` is no longer valid, given in ISO 8601 format. This is a relatively-defined equivalent of `schema:validThrough`, to allow for `Offer` inheritance.
/// [NOTICE: This is a beta property, and is highly likely to change in future versions of this library.]
236
243
/// Number of people the reservation should accommodate.
237
244
///
238
245
/// If you are using this property, please join the discussion at proposal [#250](https://github.com/openactive/modelling-opportunity-data/issues/250).
0 commit comments