'Format' a property in Read only object #3367
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment 5 replies
-
Normally you'd format the value as you load it from the database. Or format it in the UI for display purposes. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have to 'format' a property in a ReadOnly object.
I know ReadOnlyBase has AddBusinessRules method which is used for authorization rules.
But is there a way to 'format' a property in readonly object? Essentially I have to split a property name into multiple lines based on length of the value.
Regards
Beta Was this translation helpful? Give feedback.
All reactions