DrinkDto Class

graph BT Type-->Base0["Dto"] click Base0 "/api/Data/Dto" Base0-->Base1["Object"] Type["DrinkDto"] class Type type-node

Syntax

public class DrinkDto : Dto

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
DrinkDto()

Properties

Name Value Summary
Description string
Id Guid
Inherited from Dto
Image string
Price double
Title string
Type DrinkType

Extension Methods

Name Value Summary
SetBackingValue<DrinkDto, TV>(Expression<Func<DrinkDto, TV>>, TV) T
Sets the backing value.
With<DrinkDto, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.