...
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
:
...