This commit is contained in:
Adam 2024-05-16 17:40:46 +02:00
parent cd93f7fd4a
commit 6ed517f0b0
1 changed files with 2 additions and 2 deletions

View File

@ -155,8 +155,8 @@ namespace TIAMSharedUI.Pages.Components
var access = Expression.Property(Expression.Constant(Data), property.Name);
//the following line creates a lambda expression that returns the value of the property
var lambda = Expression.Lambda(typeof(Func<>).MakeGenericType(property.PropertyType), access);
BrowserConsoleLogWriter.Info($"{property.Name}, {property.GetType().FullName}");
_logger.Detail($"{property.Name}, {property.GetType().FullName}");
_logger.Detail(lambda.ToString());
layoutItemBuilder.OpenElement(i++, "div");//open div