DrinkDto Class

DrinkDto
Object

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.