Dto Class

Assembly
Rocket.Surgery.Airframe.Data.dll
Namespace
Data
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type["Dto"] class Type type-node Derived0["CoffeeDto"]-->Type click Derived0 "/api/Rocket.Surgery.Airframe.Synthetic/CoffeeDto" Derived1["DrinkDto"]-->Type click Derived1 "/api/Rocket.Surgery.Airframe.Synthetic/DrinkDto"

Syntax

public abstract class Dto

Constructors

Name Summary
Dto()

Properties

Name Value Summary
Id Guid

Extension Methods

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