CoffeeDto Class

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

Syntax

public class CoffeeDto : Dto

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
CoffeeDto()

Properties

Name Value Summary
Id Guid
Inherited from Dto
Name string
Regions IEnumerable<string>
Species string

Extension Methods