![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Exposes metastate for a property. More...
Public Member Functions | |
| void | Refresh () |
| Indicate that all properties have changed to trigger a UI refresh of all values. | |
| System.Reflection.? PropertyInfo | GetPropertyInfo () |
| Gets the System.Reflection.PropertyInfo object representing the property. | |
Properties | |
| object? | Value [get, set] |
| Gets or sets the value of the property. | |
| string | FriendlyName [get] |
| Gets the friendly name for the property. | |
| string | PropertyName [get] |
| Gets the property name for the property. | |
| string | ErrorText [get] |
| Gets the validation error messages for a property on the Model. | |
| string | WarningText [get] |
| Gets the validation warning messages for a property on the Model. | |
| string | InformationText [get] |
| Gets the validation information messages for a property on the Model. | |
| bool | CanRead [get] |
| Gets a value indicating whether the current user is authorized to read the property on the Model. | |
| bool | CanWrite [get] |
| Gets a value indicating whether the current user is authorized to change the property on the Model. | |
| bool | IsBusy [get] |
| Gets a value indicating whether the property on the Model is busy. | |
| string | TextSeparator [get] |
| Gets the value of the TextSeparator. | |
Events | |
| PropertyChangedEventHandler? | PropertyChanged |
| Event raised when a property changes. | |
Exposes metastate for a property.
| System.Reflection.? PropertyInfo Csla.Blazor.IPropertyInfo.GetPropertyInfo | ( | ) |
Gets the System.Reflection.PropertyInfo object representing the property.
Implemented in Csla.Blazor.PropertyInfo.
| void Csla.Blazor.IPropertyInfo.Refresh | ( | ) |
Indicate that all properties have changed to trigger a UI refresh of all values.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets a value indicating whether the current user is authorized to read the property on the Model.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets a value indicating whether the current user is authorized to change the property on the Model.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets the validation error messages for a property on the Model.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets the friendly name for the property.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets the validation information messages for a property on the Model.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets a value indicating whether the property on the Model is busy.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets the property name for the property.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets the value of the TextSeparator.
Implemented in Csla.Blazor.PropertyInfo.
|
getset |
Gets or sets the value of the property.
Implemented in Csla.Blazor.PropertyInfo.
|
get |
Gets the validation warning messages for a property on the Model.
Implemented in Csla.Blazor.PropertyInfo.
| PropertyChangedEventHandler? Csla.Blazor.IPropertyInfo.PropertyChanged |
Event raised when a property changes.