Property | Type | Description | |
---|---|---|---|
ParseLegacyValues | void |
Method | Description | |
---|---|---|
GetEmptyModel ( DayOfWeek day ) : |
Initializes an empty instance for the specified DayOfWeek.
|
|
Parse ( Newtonsoft.Json.Linq.JObject obj ) : |
Gets an instance of OpeningHoursTimeSlot from the specified JObject.
|
Method | Description | |
---|---|---|
OpeningHoursWeekdayItem ( Newtonsoft.Json.Linq.JObject obj ) : System |
Method | Description | |
---|---|---|
ParseLegacyValues ( ) : void |
Parses legacy values from
|
public static GetEmptyModel ( DayOfWeek day ) : |
||
day | DayOfWeek | The day of the week. |
return |
protected OpeningHoursWeekdayItem ( Newtonsoft.Json.Linq.JObject obj ) : System | ||
obj | Newtonsoft.Json.Linq.JObject | |
return | System |
public static Parse ( Newtonsoft.Json.Linq.JObject obj ) : |
||
obj | Newtonsoft.Json.Linq.JObject | The instance of |
return |