You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi sorry for being slow to respond. In my scenario i want to have a friendly title name for the entity to display to end users. For example , i have an entity called "RunningRepair", I would like to display "Running Repair" to the end user. My thinking is, if we can pass it as entityType.custom.Title by enriching with metadata on the server
We already have a Custom property on metadata in the Breeze .NET server code. But it is on the entity property, not on the entity itself. It populates the custom property of a DataProperty or NavigationProperty in breeze-client.
There is a custom property on the Entity level in breeze-client, but not on the server.
Hi could you please allow us to enrich entities with custom metadata? I believe version 1.0 allowed a custom object on metadata.
The text was updated successfully, but these errors were encountered: