Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Builder.Add.Class(nameof(Elements.Office))
        .Caption(SwissGerman, "Büro")
        .PluralCaption(SwissGerman, "Büros")
        .NoCodeGeneration()
        .Sort("Name", SortDirection.Descending);

There's a fallback available in case the developer needs access to the underlying IMetaClass:

...