Open Closed

Is it possible to iterate properties in backend editing templates? #2233


User avatar
0
vasilas created

For example in Server.Repository.EfCoreRepository.txt I would like to write:

  .Select (c => new OrderList
  {
     // Fill here the properties and navigation props
     %% property-name %% = c.%% property-name %%,
     %% np-property-name %% = c.%% np-property-name %%,
     // Ex. Id = c.Id, Name = c.Name ... and so on
  });

Similar to the angular template:

<% for(let prop of props) { %>
* **ABP Framework version:** v4.4.4
* **UI type**: Angular
* **DB provider**: EF Core
* **Tiered (MVC) or Identity Server Separated (Angular)**:  yes / no

1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    no @vasile it's not so functional.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11