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. More... | |
Properties | |
object | Value [getset] |
Gets or sets the value of the property More... | |
string | FriendlyName [get] |
Gets the friendly name for the property. More... | |
string | PropertyName [get] |
Gets the property name for the property. More... | |
string | ErrorText [get] |
Gets the validation error messages for a property on the Model More... | |
string | WarningText [get] |
Gets the validation warning messages for a property on the Model More... | |
string | InformationText [get] |
Gets the validation information messages for a property on the Model More... | |
bool | CanRead [get] |
Gets a value indicating whether the current user is authorized to read the property on the Model More... | |
bool | CanWrite [get] |
Gets a value indicating whether the current user is authorized to change the property on the Model More... | |
bool | IsBusy [get] |
Gets a value indicating whether the property on the Model is busy More... | |
Events | |
PropertyChangedEventHandler | PropertyChanged |
Event raised when a property changes. More... | |
Exposes metastate for a property.
Definition at line 11 of file Csla.Blazor/IPropertyInfo.cs.
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
Definition at line 49 of file Csla.Blazor/IPropertyInfo.cs.
|
get |
Gets a value indicating whether the current user is authorized to change the property on the Model
Definition at line 54 of file Csla.Blazor/IPropertyInfo.cs.
|
get |
Gets the validation error messages for a property on the Model
Definition at line 34 of file Csla.Blazor/IPropertyInfo.cs.
|
get |
Gets the friendly name for the property.
Definition at line 25 of file Csla.Blazor/IPropertyInfo.cs.
|
get |
Gets the validation information messages for a property on the Model
Definition at line 44 of file Csla.Blazor/IPropertyInfo.cs.
|
get |
Gets a value indicating whether the property on the Model is busy
Definition at line 59 of file Csla.Blazor/IPropertyInfo.cs.
|
get |
Gets the property name for the property.
Definition at line 29 of file Csla.Blazor/IPropertyInfo.cs.
|
getset |
Gets or sets the value of the property
Definition at line 21 of file Csla.Blazor/IPropertyInfo.cs.
|
get |
Gets the validation warning messages for a property on the Model
Definition at line 39 of file Csla.Blazor/IPropertyInfo.cs.
PropertyChangedEventHandler Csla.Blazor.IPropertyInfo.PropertyChanged |
Event raised when a property changes.
Definition at line 63 of file Csla.Blazor/IPropertyInfo.cs.