Skip to content

Friendly name of a BusinessBase child BusinessListBase #3013

Discussion options

You must be logged in to vote

Yes, either in code, or within a Blazor component. The PropertyInfo type is designed to be a control used in a razor component (or page).

For example, in the BlazorExample sample, in the Client project's Shared folder you can see a razor component using it.

https://github.com/MarimerLLC/csla/blob/main/Samples/BlazorExample/BlazorExample/Client/Shared/TextInput.razor

Perhaps a better example is in ProjectTracker (although old, I think it remains valid), where a row is rendered, including the friendly name.

https://github.com/MarimerLLC/csla/blob/main/Samples/ProjectTracker/ProjectTracker.Ui.Blazor/Shared/TextInputRow.razor

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rockfordlhotka
Comment options

Answer selected by Brannos1970
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants