Skip to content

Type Transformations

Michael Altmann edited this page Sep 20, 2016 · 4 revisions

CherrySeed uses internal mechanism to set the fields of an entity. This mechanism features a transformation logic which transforms values from type string to the correct destination type. Many types are supported:

  • Boolean/Nullable Boolean
  • DateTime/Nullable DateTime
  • Enum (as text or number)/Nullable Enum
  • Guid/Nullable Guid
  • Integer/Nullable Integer
  • Double/Nullable Double
  • Decimal/Nullable Decimal
  • String

If you need further type transformations you can extend CherrySeed easily. For more info see Custom Primary Key ID Generator

Clone this wiki locally